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

Unified Diff: tools/gn/function_get_path_info.cc

Issue 1318963007: gn: fix documentation typo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/docs/reference.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/function_get_path_info.cc
diff --git a/tools/gn/function_get_path_info.cc b/tools/gn/function_get_path_info.cc
index e79afcafb2fec561aa72426fd78a26c84045e9fa..09f29dcf1debc498261d8120d845bda021522c79 100644
--- a/tools/gn/function_get_path_info.cc
+++ b/tools/gn/function_get_path_info.cc
@@ -174,7 +174,7 @@ const char kGetPathInfo_Help[] =
"\n"
" \"abspath\"\n"
" The full absolute path name to the file or directory. It will be\n"
- " resolved relative to the currebt directory, and then the source-\n"
+ " resolved relative to the current directory, and then the source-\n"
" absolute version will be returned. If the input is system-\n"
" absolute, the same input will be returned.\n"
" \"foo/bar.txt\" => \"//mydir/foo/bar.txt\"\n"
« no previous file with comments | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698