diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmAddDependenciesCommand.h | 2 |
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); |