Browse Source

ENH: fix spelling error

Bill Hoffman 24 years ago
parent
commit
a244cb242c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmAddDependenciesCommand.h

+ 1 - 1
Source/cmAddDependenciesCommand.h

@@ -86,7 +86,7 @@ public:
     {
     {
     return
     return
       "ADD_DEPENDENCIES(target-name depend-target depend-target)\n"
       "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);
   cmTypeMacro(cmAddDependenciesCommand, cmCommand);