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

Unified Diff: tools/gn/function_rebase_path.cc

Issue 115323009: Fix help and error messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 12 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 | « tools/gn/function_read_file.cc ('k') | tools/gn/function_set_defaults.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/function_rebase_path.cc
===================================================================
--- tools/gn/function_rebase_path.cc (revision 243014)
+++ tools/gn/function_rebase_path.cc (working copy)
@@ -171,8 +171,9 @@
"\n"
" input\n"
" A string or list of strings representing file or directory names\n"
- " These can be relative paths (\"foo/bar.txt\", system absolte paths\n"
- " (\"/foo/bar.txt\"), or source absolute paths (\"//foo/bar.txt\").\n"
+ " These can be relative paths (\"foo/bar.txt\"), system absolute\n"
+ " paths (\"/foo/bar.txt\"), or source absolute paths\n"
+ " (\"//foo/bar.txt\").\n"
"\n"
" current_base\n"
" Directory representing the base for relative paths in the input.\n"
@@ -282,7 +283,7 @@
if (convert_to_system_absolute) {
*err = Err(function, "Can't specify slash conversion.",
"You specified absolute system path output by using an empty string "
- "for the desination directory on rebase_path(). In this case, you "
+ "for the destination directory on rebase_path(). In this case, you "
"can't specify slash conversion.");
return result;
}
« no previous file with comments | « tools/gn/function_read_file.cc ('k') | tools/gn/function_set_defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698