X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fninja_test.cc;h=6720dec4ff3fc0efb961a791f0905961f9222a4d;hb=eefa3095b147dd7b0da9c91caf55373e8f773283;hp=b40e1769c662f945ec5197120c1069250e95d50d;hpb=9918a87b53a5bb492f416d071d6ea0f84fc85057;p=platform%2Fupstream%2Fninja.git 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"); }