diff options
author | Brad King <brad.king@kitware.com> | 2015-06-25 14:39:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-25 14:39:23 (GMT) |
commit | eaafe3bd56c891b11df670396825df09868c9c93 (patch) | |
tree | 96653296b5f0a9b36ea9cb9adf399ab56fb742ab | |
parent | 1051c4c810a4d4f2aad7c1140af2e75c906bfbcd (diff) | |
parent | 93904772d7382ca46f2e73be9222c556c1ca79f2 (diff) | |
download | CMake-eaafe3bd56c891b11df670396825df09868c9c93.zip CMake-eaafe3bd56c891b11df670396825df09868c9c93.tar.gz CMake-eaafe3bd56c891b11df670396825df09868c9c93.tar.bz2 |
Merge topic 'doc-ctest_test-STRIDE-typo'
93904772 Help: Fix typo in ctest_test documentation
-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. |