diff options
author | David Cole <david.cole@kitware.com> | 2012-05-08 18:32:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-05-08 18:32:43 (GMT) |
commit | fb337c66b84102693576740ae9753f012b241037 (patch) | |
tree | 8ee33410e7d619c9ff0894ccf1149d3ef9d93b50 /Source | |
parent | da0dc9edd71079d6753a43830e5d757059029b3b (diff) | |
parent | 1aa52163efb2fa905e9d6d7b52b81e527416787b (diff) | |
download | CMake-fb337c66b84102693576740ae9753f012b241037.zip CMake-fb337c66b84102693576740ae9753f012b241037.tar.gz CMake-fb337c66b84102693576740ae9753f012b241037.tar.bz2 |
Merge topic 'doc-NO_SONAME-typo'
1aa5216 Fix a few typos in NO_SONAME property description.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 4789197..c9bb006 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -832,7 +832,7 @@ void cmTarget::DefineProperties(cmake *cm) "plugins. If you use it on normal shared libraries which other targets " "link against, on some platforms a linker will insert a full path to " "the library (as specified at link time) into the dynamic section of " - "the dependant binary. Therefore, once installed, dynamic linker may " + "the dependent binary. Therefore, once installed, dynamic loader may " "eventually fail to locate the library for the binary."); cm->DefineProperty |