diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 10:37:02 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 10:37:02 -0500 |
commit | 0629e2561c89713bd4e25751befd45e300a69a2f (patch) | |
tree | d6ca3e72c9898c88306304cd2710369cf7ce6df9 /Source/cmElseCommand.h | |
parent | e3b06f10dd88435b66c5b080e95a2861dfb2391b (diff) | |
download | cmake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.gz |
STYLE: fix docs
Diffstat (limited to 'Source/cmElseCommand.h')
-rw-r--r-- | Source/cmElseCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmElseCommand.h b/Source/cmElseCommand.h index a085cef4cb..e3d7e99670 100644 --- a/Source/cmElseCommand.h +++ b/Source/cmElseCommand.h @@ -66,7 +66,7 @@ public: { return " ELSE(expression)\n" - "See IF command."; + "See the IF command."; } cmTypeMacro(cmElseCommand, cmCommand); |