diff options
author | David Cole <david.cole@kitware.com> | 2012-01-09 19:10:27 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-01-09 19:10:27 (GMT) |
commit | 95b701b82ad218a26e12b3410970c861bcd80d10 (patch) | |
tree | 19782d2558f6abf55fdca65f8e06467b4a5f367e /Source | |
parent | 4828b7ba30dc3216a40f43b2e0b072f190dc76d8 (diff) | |
parent | 9bffb3fcf45905c23cde2b2267f832fba5c8896f (diff) | |
download | CMake-95b701b82ad218a26e12b3410970c861bcd80d10.zip CMake-95b701b82ad218a26e12b3410970c861bcd80d10.tar.gz CMake-95b701b82ad218a26e12b3410970c861bcd80d10.tar.bz2 |
Merge topic 'fix-docs-typo'
9bffb3f Fix typos arguement -> argument.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmSystemTools.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 641c89f..2137340 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -30,8 +30,8 @@ class cmSystemTools: public cmsys::SystemTools public: typedef cmsys::SystemTools Superclass; - /** Expand out any arguements in the vector that have ; separated - * strings into multiple arguements. A new vector is created + /** Expand out any arguments in the vector that have ; separated + * strings into multiple arguments. A new vector is created * containing the expanded versions of all arguments in argsIn. */ static void ExpandList(std::vector<std::string> const& argsIn, |