diff options
Diffstat (limited to 'Source/cmEndWhileCommand.h')
-rw-r--r-- | Source/cmEndWhileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndWhileCommand.h b/Source/cmEndWhileCommand.h index 15cb1f2..28f0a13 100644 --- a/Source/cmEndWhileCommand.h +++ b/Source/cmEndWhileCommand.h @@ -72,7 +72,7 @@ public: { return " ENDWHILE(expression)\n" - "See WHILE command."; + "See the WHILE command."; } cmTypeMacro(cmEndWhileCommand, cmCommand); |