diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-06-08 14:50:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-24 15:15:19 (GMT) |
commit | 93904772d7382ca46f2e73be9222c556c1ca79f2 (patch) | |
tree | d3d473185f3026f7524dedbbc88581e68bc46ac5 /Help | |
parent | d0c0efb5ccc57cc01e25fc5e21a16e0c86d1ea70 (diff) | |
download | CMake-93904772d7382ca46f2e73be9222c556c1ca79f2.zip CMake-93904772d7382ca46f2e73be9222c556c1ca79f2.tar.gz CMake-93904772d7382ca46f2e73be9222c556c1ca79f2.tar.bz2 |
Help: Fix typo in ctest_test documentation
s/acorss/across/
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/ctest_test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 8cbb9ec..af422b6 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -41,7 +41,7 @@ The options are: Specify the end of a range of test numbers. ``STRIDE <stride-number>`` - Specify the stride by which to step acorss a range of test numbers. + Specify the stride by which to step across a range of test numbers. ``EXCLUDE <exclude-regex>`` Specify a regular expression matching test names to exclude. |