diff options
Diffstat (limited to 'Source/cmWhileCommand.h')
-rw-r--r-- | Source/cmWhileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmWhileCommand.h b/Source/cmWhileCommand.h index cff9f5a..a934db4 100644 --- a/Source/cmWhileCommand.h +++ b/Source/cmWhileCommand.h @@ -103,7 +103,7 @@ public: "All commands between while and the matching endwhile are recorded " "without being invoked. Once the endwhile is evaluated, the " "recorded list of commands is invoked as long as the condition " - "is true. The condition is evaulated using the same logic as the " + "is true. The condition is evaluated using the same logic as the " "if command."; } |