| Index: components/password_manager/content/browser/PRESUBMIT.py
|
| diff --git a/components/password_manager/content/browser/PRESUBMIT.py b/components/password_manager/content/browser/PRESUBMIT.py
|
| index 1507afc4db2976481da0c7391d57951210b34241..c17399159d80fca08b70cc068a014acdc3f28145 100644
|
| --- a/components/password_manager/content/browser/PRESUBMIT.py
|
| +++ b/components/password_manager/content/browser/PRESUBMIT.py
|
| @@ -8,7 +8,7 @@ match the corresponding bad_message.h file.
|
|
|
| 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(
|
|
|