Commit 789ee894 authored by mostynb's avatar mostynb Committed by Commit bot

gn: fix documentation typo

s/currebt/current/

TBR=brettw

Review URL: https://codereview.chromium.org/1318963007

Cr-Commit-Position: refs/heads/master@{#347900}
parent e73b89ee
...@@ -1449,7 +1449,7 @@ ...@@ -1449,7 +1449,7 @@
"abspath" "abspath"
The full absolute path name to the file or directory. It will be The full absolute path name to the file or directory. It will be
resolved relative to the currebt directory, and then the source- resolved relative to the current directory, and then the source-
absolute version will be returned. If the input is system- absolute version will be returned. If the input is system-
absolute, the same input will be returned. absolute, the same input will be returned.
"foo/bar.txt" => "//mydir/foo/bar.txt" "foo/bar.txt" => "//mydir/foo/bar.txt"
......
...@@ -174,7 +174,7 @@ const char kGetPathInfo_Help[] = ...@@ -174,7 +174,7 @@ const char kGetPathInfo_Help[] =
"\n" "\n"
" \"abspath\"\n" " \"abspath\"\n"
" The full absolute path name to the file or directory. It will be\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 version will be returned. If the input is system-\n"
" absolute, the same input will be returned.\n" " absolute, the same input will be returned.\n"
" \"foo/bar.txt\" => \"//mydir/foo/bar.txt\"\n" " \"foo/bar.txt\" => \"//mydir/foo/bar.txt\"\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment