diff options
author | Modestas Vainius <modax@debian.org> | 2012-05-02 19:06:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-05-02 19:14:05 (GMT) |
commit | 1aa52163efb2fa905e9d6d7b52b81e527416787b (patch) | |
tree | 123a7420ea18bb4e10217e7bd38aa5e60d34c513 /Source/cmTarget.cxx | |
parent | fdb3f878fec158ab284130a55849ada9edbd6fd1 (diff) | |
download | CMake-1aa52163efb2fa905e9d6d7b52b81e527416787b.zip CMake-1aa52163efb2fa905e9d6d7b52b81e527416787b.tar.gz CMake-1aa52163efb2fa905e9d6d7b52b81e527416787b.tar.bz2 |
Fix a few typos in NO_SONAME property description.
Diffstat (limited to 'Source/cmTarget.cxx')
-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 |