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/cmVariableWatchCommand.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/cmVariableWatchCommand.h')
-rw-r--r-- | Source/cmVariableWatchCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVariableWatchCommand.h b/Source/cmVariableWatchCommand.h index 031102e..db7a4d0 100644 --- a/Source/cmVariableWatchCommand.h +++ b/Source/cmVariableWatchCommand.h @@ -76,7 +76,7 @@ public: return " variable_watch(<variable name> [<command to execute>])\n" "If the specified variable changes, the message will be printed about " - "the variable being changed. If the command is spceified, the command " + "the variable being changed. If the command is specified, the command " "will be executed. The command will receive the following arguments:" " COMMAND(<variable> <access> <value> <current list file> <stack>)"; } |