Index: build/gn_run_binary.py |
diff --git a/build/gn_run_binary.py b/build/gn_run_binary.py |
index 76d19923dea8f59d4e3241722fc865b786a4ac4e..224936a81f8f58d6a07afa9c7b6b4058db95de6f 100755 |
--- a/build/gn_run_binary.py |
+++ b/build/gn_run_binary.py |
@@ -48,7 +48,7 @@ def main(argv): |
print "Binary not found: " + path |
return error_exit |
- # The rest of the arguements are passed directly to the executable. |
+ # The rest of the arguments are passed directly to the executable. |
args = [path] + argv[3:] |
result = run_command(args) |