summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableWatchCommand.h
diff options
context:
space:
mode:
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 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>)";
}