diff options
author | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
---|---|---|
committer | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
commit | 4d9259c15b345263705e028092dca2c09a13a220 (patch) | |
tree | e5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmWhileCommand.h | |
parent | acb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff) | |
download | CMake-4d9259c15b345263705e028092dca2c09a13a220.zip CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2 |
STYLE: Spelling fixes on documentation
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."; } |