diff options
author | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
---|---|---|
committer | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
commit | 4d9259c15b345263705e028092dca2c09a13a220 (patch) | |
tree | e5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmTest.cxx | |
parent | acb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff) | |
download | CMake-4d9259c15b345263705e028092dca2c09a13a220.zip CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2 |
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmTest.cxx')
-rw-r--r-- | Source/cmTest.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index 2e0b92b..11c6a8c 100644 --- a/Source/cmTest.cxx +++ b/Source/cmTest.cxx @@ -98,14 +98,14 @@ void cmTest::DefineProperties(cmake *cm) // define properties cm->DefineProperty ("FAIL_REGULAR_EXPRESSION", cmProperty::TEST, - "If the output matches this regular expression tes test will fail.", + "If the output matches this regular expression the test will fail.", "If set, if the output matches one of " "specified regular expressions, the test will fail." "For example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\""); cm->DefineProperty ("MEASUREMENT", cmProperty::TEST, - "Specify a DART meansurement and value to be reported for a test.", + "Specify a DART measurement and value to be reported for a test.", "If set to a name then that name will be reported to DART as a " "named measurement with a value of 1. You may also specify a value " "by setting MEASUREMENT to \"measurement=value\"."); @@ -120,11 +120,11 @@ void cmTest::DefineProperties(cmake *cm) cm->DefineProperty ("TIMEOUT", cmProperty::TEST, "How many seconds to allow for this test.", - "This property if set will limit a test to nto take more than " + "This property if set will limit a test to not take more than " "the specified number of seconds to run. If it exceeds that the " "test process will be killed and ctest will move to the next test. " "This setting takes precedence over DART_TESTING_TIMEOUT and " - "CTEST_TESTING_TIMOUT."); + "CTEST_TESTING_TIMEOUT."); cm->DefineProperty ("WILL_FAIL", cmProperty::TEST, |