Browse Source

Fix typos arguement -> argument.

Stephen Kelly 14 years ago
parent
commit
9bffb3fcf4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/cmSystemTools.h

+ 2 - 2
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,