diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTarget.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 8a8b30e..8b857e0 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -236,9 +236,8 @@ public: bool IsImported() const {return this->IsImportedTarget;} - /** The link interface specifies the transitive librarty - dependencies and other information needed by targets that link - to this target. */ + /** The link interface specifies transitive library dependencies and + other information needed by targets that link to this target. */ struct LinkInterface { // Libraries listed in the interface. |