summaryrefslogtreecommitdiffstats
path: root/src/ninja_test.cc
diff options
context:
space:
mode:
authorMarc-Antoine Ruel <maruel@gmail.com>2021-12-28 20:12:48 (GMT)
committerMarc-Antoine Ruel <maruel@gmail.com>2021-12-28 20:12:48 (GMT)
commit4f363609e04cf842930c2d5276f0ad93c2945e7b (patch)
treeea44bcc4e14267f230dbc34d5676d6a5afa1e134 /src/ninja_test.cc
parentf0e734cd30db752e401e76316b4e08b6a9b1abab (diff)
downloadNinja-4f363609e04cf842930c2d5276f0ad93c2945e7b.zip
Ninja-4f363609e04cf842930c2d5276f0ad93c2945e7b.tar.gz
Ninja-4f363609e04cf842930c2d5276f0ad93c2945e7b.tar.bz2
Fix two typos
One in ninja_test usage text, the other in a unit test comment.
Diffstat (limited to 'src/ninja_test.cc')
-rw-r--r--src/ninja_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja_test.cc b/src/ninja_test.cc
index b40e176..6720dec 100644
--- a/src/ninja_test.cc
+++ b/src/ninja_test.cc
@@ -67,7 +67,7 @@ void Usage() {
"usage: ninja_tests [options]\n"
"\n"
"options:\n"
-" --gtest_filter=POSTIVE_PATTERN[-NEGATIVE_PATTERN]\n"
+" --gtest_filter=POSITIVE_PATTERN[-NEGATIVE_PATTERN]\n"
" Run tests whose names match the positive but not the negative pattern.\n"
" '*' matches any substring. (gtest's ':', '?' are not implemented).\n");
}