Fix typo "currend" to "current"

Change-Id: Ie4fef7f63bcdf9e81b34ee5a869c25fbecd24e67
Reviewed-on: https://gn-review.googlesource.com/c/gn/+/10660
Reviewed-by: Brett Wilson <brettw@chromium.org>
Commit-Queue: Brett Wilson <brettw@chromium.org>
diff --git a/src/gn/label_pattern.cc b/src/gn/label_pattern.cc
index ec90b5c..35235e5 100644
--- a/src/gn/label_pattern.cc
+++ b/src/gn/label_pattern.cc
@@ -193,7 +193,7 @@
         value, "Invalid label pattern.",
         "You seem to be using the wildcard more generally that is supported.\n"
         "Did you mean \"foo:*\" to match everything in the file, or\n"
-        "\"./*\" to recursively match everything in the currend subtree.");
+        "\"./*\" to recursively match everything in the current subtree.");
     return LabelPattern();
   }