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

Unified Diff: tools/gn/pattern.cc

Issue 115323009: Fix help and error messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 12 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/parse_tree.cc ('k') | tools/gn/setup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « tools/gn/parse_tree.cc ('k') | tools/gn/setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698