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)