浏览代码

ENH: fix spelling error

Bill Hoffman 24 年之前
父节点
当前提交
a244cb242c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmAddDependenciesCommand.h

+ 1 - 1
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);