commit | 96dfe4d804e9823fe6d021a1e068c4d768d9093c | [log] [tgz] |
---|---|---|
author | Julien Brianceau <[email protected]> | Tue Aug 01 09:03:13 2017 |
committer | Commit Bot <[email protected]> | Tue Aug 01 09:03:13 2017 |
tree | 282efea3d2ebee0f36fbe51029dfb71b3b0c46ac | |
parent | c8d36f808bba639cbf37d1bf550c7036419cdbe8 [diff] [blame] |
build: Fix common misspellings Bug: 750830 Change-Id: Ie4cc9f02e3cc23f0ed3e44b5372745eee9944165 Reviewed-on: https://chromium-review.googlesource.com/594770 Reviewed-by: Scott Graham <[email protected]> Commit-Queue: Julien Brianceau <[email protected]> Cr-Commit-Position: refs/heads/master@{#490922}
diff --git a/build/gn_run_binary.py b/build/gn_run_binary.py index 130c843..6bf9e295e 100644 --- a/build/gn_run_binary.py +++ b/build/gn_run_binary.py
@@ -16,7 +16,7 @@ # also be on the path. path = './' + sys.argv[1] -# The rest of the arguements are passed directly to the executable. +# The rest of the arguments are passed directly to the executable. args = [path] + sys.argv[2:] ret = subprocess.call(args)