diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:37:02 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:37:02 (GMT) |
commit | 0629e2561c89713bd4e25751befd45e300a69a2f (patch) | |
tree | d6ca3e72c9898c88306304cd2710369cf7ce6df9 /Source/cmEndForEachCommand.h | |
parent | e3b06f10dd88435b66c5b080e95a2861dfb2391b (diff) | |
download | CMake-0629e2561c89713bd4e25751befd45e300a69a2f.zip CMake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.gz CMake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmEndForEachCommand.h')
-rw-r--r-- | Source/cmEndForEachCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndForEachCommand.h b/Source/cmEndForEachCommand.h index e50a911..2f22e4f 100644 --- a/Source/cmEndForEachCommand.h +++ b/Source/cmEndForEachCommand.h @@ -72,7 +72,7 @@ public: { return " ENDFOREACH(expression)\n" - "See FOREACH command."; + "See the FOREACH command."; } cmTypeMacro(cmEndForEachCommand, cmCommand); |