浏览代码

STYLE: fix docs

Ken Martin 20 年之前
父节点
当前提交
1e2a08e452
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/cmMarkAsAdvancedCommand.h

+ 2 - 2
Source/cmMarkAsAdvancedCommand.h

@@ -66,8 +66,8 @@ public:
       "advanced option is on.  "
       "If CLEAR is the first argument advanced variables are changed back "
       "to unadvanced.  "
-      "If FORCE is the first arguement, then the variable is made advanced.  "
-      "If neither FORCE or CLEAR is specified, new values will be marked as "
+      "If FORCE is the first argument, then the variable is made advanced.  "
+      "If neither FORCE nor CLEAR is specified, new values will be marked as "
       "advanced, but if the variable already has an advanced/non-advanced "
       "state, it will not be changed.";
     }