| Index: chrome/browser/PRESUBMIT.py
|
| diff --git a/chrome/browser/PRESUBMIT.py b/chrome/browser/PRESUBMIT.py
|
| index 94c146a4c2836f1b7319302a3bf7501f025561ec..852d472b8f575c762221472ccd3b787a84c8675e 100644
|
| --- a/chrome/browser/PRESUBMIT.py
|
| +++ b/chrome/browser/PRESUBMIT.py
|
| @@ -21,7 +21,7 @@ def CheckChangeOnCommit(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(
|
|
|