diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2005-06-17 15:46:29 (GMT) |
---|---|---|
committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2005-06-17 15:46:29 (GMT) |
commit | d3239ac68f4cc74e5f5c7cecf876f07262bbf57e (patch) | |
tree | d548261ffea632676f38e951335a9e5cf5dd6b6f /Source/kwsys/CommandLineArguments.hxx.in | |
parent | 65e2c18d736f00cccafd6d13f9dcb3b42e2ce969 (diff) | |
download | CMake-d3239ac68f4cc74e5f5c7cecf876f07262bbf57e.zip CMake-d3239ac68f4cc74e5f5c7cecf876f07262bbf57e.tar.gz CMake-d3239ac68f4cc74e5f5c7cecf876f07262bbf57e.tar.bz2 |
ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup (convenience)
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r-- | Source/kwsys/CommandLineArguments.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in index 800dce1..8d286fa 100644 --- a/Source/kwsys/CommandLineArguments.hxx.in +++ b/Source/kwsys/CommandLineArguments.hxx.in @@ -113,7 +113,7 @@ public: /** * Initialize internal data structure and pass arguments one by one. This is - * convinience method for use from scripting languages where argc and argv + * convenience method for use from scripting languages where argc and argv * are not available. */ void Initialize(); |