summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2011-11-10 00:28:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-01-08 14:32:51 (GMT)
commit9bffb3fcf45905c23cde2b2267f832fba5c8896f (patch)
tree925da8035c4175b8cbfc4d7cd5bdc1f72ec9a92c /Source/cmSystemTools.h
parent2858f3433abe283eb1f243b4c2405a0616fc8352 (diff)
downloadCMake-9bffb3fcf45905c23cde2b2267f832fba5c8896f.zip
CMake-9bffb3fcf45905c23cde2b2267f832fba5c8896f.tar.gz
CMake-9bffb3fcf45905c23cde2b2267f832fba5c8896f.tar.bz2
Fix typos arguement -> argument.
Diffstat (limited to 'Source/cmSystemTools.h')
-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,