summaryrefslogtreecommitdiff
path: root/chromium/extensions/browser/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/extensions/browser/PRESUBMIT.py')
-rw-r--r--chromium/extensions/browser/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/extensions/browser/PRESUBMIT.py b/chromium/extensions/browser/PRESUBMIT.py
index 1a82b42c9e3..98d9cc9d3bf 100644
--- a/chromium/extensions/browser/PRESUBMIT.py
+++ b/chromium/extensions/browser/PRESUBMIT.py
@@ -36,7 +36,7 @@ def _RunHistogramValueCheckers(input_api, output_api):
def _RunHistogramChecks(input_api, output_api, histogram_name):
try:
- # Setup sys.path so that we can call histrogram code
+ # Setup sys.path so that we can call histograms code.
import sys
original_sys_path = sys.path
sys.path = sys.path + [input_api.os_path.join(