diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-11-10 00:28:01 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-01-08 14:32:51 (GMT) |
commit | 9bffb3fcf45905c23cde2b2267f832fba5c8896f (patch) | |
tree | 925da8035c4175b8cbfc4d7cd5bdc1f72ec9a92c /Source/cmSystemTools.h | |
parent | 2858f3433abe283eb1f243b4c2405a0616fc8352 (diff) | |
download | CMake-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.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, |