diff options
author | Brad King <brad.king@kitware.com> | 2013-10-07 19:43:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-07 19:43:23 (GMT) |
commit | 2e7ba290a5bd3a95a7b03d54933d98f087e953d6 (patch) | |
tree | e049563498f5a80e3ae054bc2d9eb70cf7020914 /Source/cmTarget.cxx | |
parent | 0b7a2034a3b87e80461b4abcf7c316076a16ad0d (diff) | |
parent | 693199999ae8217314db08748b3e588bd93b21b8 (diff) | |
download | CMake-2e7ba290a5bd3a95a7b03d54933d98f087e953d6.zip CMake-2e7ba290a5bd3a95a7b03d54933d98f087e953d6.tar.gz CMake-2e7ba290a5bd3a95a7b03d54933d98f087e953d6.tar.bz2 |
Merge topic 'minor_cleanup'
6931999 VS6: Add some delimiting between error message and content.
d1a5f12 cmTarget: Fix typo in comment.
961c0ba Fix comments to match the code.
7cca50c Remove unused include.
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 b491762..7df599f 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -4131,7 +4131,7 @@ const char *cmTarget::GetProperty(const char* prop, } else { - // Support "<CONFIG>_LOCATION" for compatiblity. + // Support "<CONFIG>_LOCATION" for compatibility. int len = static_cast<int>(strlen(prop)); if(len > 9 && strcmp(prop+len-9, "_LOCATION") == 0) { |