summaryrefslogtreecommitdiffstats
path: root/Source/cmAddDependenciesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAddDependenciesCommand.h')
-rw-r--r--Source/cmAddDependenciesCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddDependenciesCommand.h b/Source/cmAddDependenciesCommand.h
index 5a60a21..6c5a232 100644
--- a/Source/cmAddDependenciesCommand.h
+++ b/Source/cmAddDependenciesCommand.h
@@ -86,7 +86,7 @@ public:
{
return
"ADD_DEPENDENCIES(target-name depend-target depend-target)\n"
- "Add a dependency to a target. This is only used to add dependecies between one executable and another. Regular build dependencies are handled automatically.";
+ "Add a dependency to a target. This is only used to add dependencies between one executable and another. Regular build dependencies are handled automatically.";
}
cmTypeMacro(cmAddDependenciesCommand, cmCommand);