From 9bffb3fcf45905c23cde2b2267f832fba5c8896f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 10 Nov 2011 01:28:01 +0100 Subject: [PATCH] Fix typos arguement -> argument. --- Source/cmSystemTools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 641c89fae..213734043 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 const& argsIn,