浏览代码

ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup (convenience)

Mathieu Malaterre 20 年之前
父节点
当前提交
d3239ac68f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/kwsys/CommandLineArguments.hxx.in

+ 1 - 1
Source/kwsys/CommandLineArguments.hxx.in

@@ -113,7 +113,7 @@ public:
 
 
   /**
   /**
    * Initialize internal data structure and pass arguments one by one. This is
    * 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.
    * are not available.
    */
    */
   void Initialize();
   void Initialize();