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

Unified Diff: tools/code_coverage/process_coverage.py

Issue 1561020: Hierarchy. Hierarchy. Hierarchy!!! (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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 | « o3d/tests/selenium/tests/pixel-perfection.html ('k') | tools/xcodebodge/xcodebodge.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/code_coverage/process_coverage.py
===================================================================
--- tools/code_coverage/process_coverage.py (revision 42974)
+++ tools/code_coverage/process_coverage.py (working copy)
@@ -105,7 +105,7 @@
buffer = filename.split('_')
dash_root = dash_root.rstrip('/') # Remove trailing '/'
- # Set up correct folder heirarchy in the dashboard root
+ # Set up correct folder hierarchy in the dashboard root
# TODO(niranjan): Check the formatting using a regexp
if len(buffer) >= 3: # Check if filename has right formatting
platform = buffer[len(buffer) - 2]
« no previous file with comments | « o3d/tests/selenium/tests/pixel-perfection.html ('k') | tools/xcodebodge/xcodebodge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698