diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-13 17:21:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-13 17:21:42 (GMT) |
commit | a244cb242cb6c2881146ba2be7d45d5294c95d51 (patch) | |
tree | 074c9f3891fe3941df1740f3f4fa163b2b82017b /Source/cmAddDependenciesCommand.h | |
parent | 4ee923a33cf3148e42ca0102ed33345ce73a0368 (diff) | |
download | CMake-a244cb242cb6c2881146ba2be7d45d5294c95d51.zip CMake-a244cb242cb6c2881146ba2be7d45d5294c95d51.tar.gz CMake-a244cb242cb6c2881146ba2be7d45d5294c95d51.tar.bz2 |
ENH: fix spelling error
Diffstat (limited to 'Source/cmAddDependenciesCommand.h')
-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); |