diff options
Diffstat (limited to 'chrome/tools/extract_actions.py')
-rwxr-xr-x | chrome/tools/extract_actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py index 3cb846f..a232449 100755 --- a/chrome/tools/extract_actions.py +++ b/chrome/tools/extract_actions.py @@ -160,7 +160,7 @@ def GrepForActions(path, actions): """ global number_of_files_total number_of_files_total = number_of_files_total + 1 - # we look for the UserMetricsAction structur constructor + # we look for the UserMetricsAction structure constructor # this should be on one line action_re = re.compile(r'UserMetricsAction\("([^"]*)') computed_action_re = re.compile(r'UserMetrics::RecordComputedAction') |