Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3298)

Unified Diff: build/gn_run_binary.py

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/win/BUILD.gn ('k') | docs/language/informal/covariant-from-class.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « build/config/win/BUILD.gn ('k') | docs/language/informal/covariant-from-class.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698