diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-17 14:31:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-17 14:31:43 (GMT) |
commit | 1e2a08e4528d079f7050ac4a10d57fd7db2f6157 (patch) | |
tree | 236b27e3e51679af052d9547337e70aa4b090010 /Source/cmMarkAsAdvancedCommand.h | |
parent | a1c7a6f4d3844b9409113df70707188af91315ec (diff) | |
download | CMake-1e2a08e4528d079f7050ac4a10d57fd7db2f6157.zip CMake-1e2a08e4528d079f7050ac4a10d57fd7db2f6157.tar.gz CMake-1e2a08e4528d079f7050ac4a10d57fd7db2f6157.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmMarkAsAdvancedCommand.h')
-rw-r--r-- | Source/cmMarkAsAdvancedCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMarkAsAdvancedCommand.h b/Source/cmMarkAsAdvancedCommand.h index d3b3fe9..f764725 100644 --- a/Source/cmMarkAsAdvancedCommand.h +++ b/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."; } |