summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-01-09 19:10:27 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-01-09 19:10:27 (GMT)
commit95b701b82ad218a26e12b3410970c861bcd80d10 (patch)
tree19782d2558f6abf55fdca65f8e06467b4a5f367e /Source
parent4828b7ba30dc3216a40f43b2e0b072f190dc76d8 (diff)
parent9bffb3fcf45905c23cde2b2267f832fba5c8896f (diff)
downloadCMake-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.h4
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,