Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Unified Diff: tools/deep_memory_profiler/visualizer/template.py

Issue 494593002: dmprof visualizer output html has an obvious spelling mistake (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/visualizer/template.py
diff --git a/tools/deep_memory_profiler/visualizer/template.py b/tools/deep_memory_profiler/visualizer/template.py
index 49aed790dfcea924aad099f1ad9f69865d927b08..0c9c5f53df4ca45ae9f6271c83adbd65234be3db 100755
--- a/tools/deep_memory_profiler/visualizer/template.py
+++ b/tools/deep_memory_profiler/visualizer/template.py
@@ -39,7 +39,7 @@ _TEMPLATE = """<!DOCTYPE html>
</script>
<body>
- <h2>Deep Memory Profiler Visulaizer</h2>
+ <h2>Deep Memory Profiler Visualizer</h2>
<div id="graph-div"></div>
<div id="info-div">
<div id="category-menu"></div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698