summaryrefslogtreecommitdiff
path: root/Source/cmVariableWatchCommand.h
diff options
context:
space:
mode:
authorAmitha Perera <perera@cs.rpi.edu>2008-01-09 22:09:19 -0500
committerAmitha Perera <perera@cs.rpi.edu>2008-01-09 22:09:19 -0500
commit4d9259c15b345263705e028092dca2c09a13a220 (patch)
treee5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmVariableWatchCommand.h
parentacb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff)
downloadcmake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmVariableWatchCommand.h')
-rw-r--r--Source/cmVariableWatchCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVariableWatchCommand.h b/Source/cmVariableWatchCommand.h
index 031102e197..db7a4d07e3 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>)";
}