summaryrefslogtreecommitdiffstats
path: root/Source/cmAddDependenciesCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:21:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:21:42 (GMT)
commita244cb242cb6c2881146ba2be7d45d5294c95d51 (patch)
tree074c9f3891fe3941df1740f3f4fa163b2b82017b /Source/cmAddDependenciesCommand.h
parent4ee923a33cf3148e42ca0102ed33345ce73a0368 (diff)
downloadCMake-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.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);