diff options
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); |