gn: fix documentation typo

s/currebt/current/

TBR=brettw

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

Cr-Original-Commit-Position: refs/heads/master@{#347900}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 789ee894bc267131853e100eb256697badf5709a
diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
index 9ba4e9f..b81b3f6 100644
--- a/tools/gn/docs/reference.md
+++ b/tools/gn/docs/reference.md
@@ -1449,7 +1449,7 @@
 
   "abspath"
       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, the same input will be returned.
         "foo/bar.txt" => "//mydir/foo/bar.txt"
diff --git a/tools/gn/function_get_path_info.cc b/tools/gn/function_get_path_info.cc
index e79afca..09f29dc 100644
--- a/tools/gn/function_get_path_info.cc
+++ b/tools/gn/function_get_path_info.cc
@@ -174,7 +174,7 @@
     "\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"