| Index: tools/gn/pattern.cc
|
| ===================================================================
|
| --- tools/gn/pattern.cc (revision 243014)
|
| +++ tools/gn/pattern.cc (working copy)
|
| @@ -20,7 +20,7 @@
|
| " Everything else is a literal.\n"
|
| "\n"
|
| " * Matches zero or more of any character. It does not depend on the\n"
|
| - " preceeding character (in regular expression parlance it is\n"
|
| + " preceding character (in regular expression parlance it is\n"
|
| " equivalent to \".*\").\n"
|
| "\n"
|
| " \\b Matches a path boundary. This will match the beginning or end of\n"
|
|
|