Fix typos arguement -> argument.
This commit is contained in:
parent
2858f3433a
commit
9bffb3fcf4
|
@ -30,8 +30,8 @@ class cmSystemTools: public cmsys::SystemTools
|
||||||
public:
|
public:
|
||||||
typedef cmsys::SystemTools Superclass;
|
typedef cmsys::SystemTools Superclass;
|
||||||
|
|
||||||
/** Expand out any arguements in the vector that have ; separated
|
/** Expand out any arguments in the vector that have ; separated
|
||||||
* strings into multiple arguements. A new vector is created
|
* strings into multiple arguments. A new vector is created
|
||||||
* containing the expanded versions of all arguments in argsIn.
|
* containing the expanded versions of all arguments in argsIn.
|
||||||
*/
|
*/
|
||||||
static void ExpandList(std::vector<std::string> const& argsIn,
|
static void ExpandList(std::vector<std::string> const& argsIn,
|
||||||
|
|
Loading…
Reference in New Issue