diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-09-12 13:29:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-09-12 14:43:05 (GMT) |
commit | d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51 (patch) | |
tree | fc41edd2f8726827a81c23206bfdf34d1ff40e87 /Source/cmTarget.cxx | |
parent | 961c0bae8944f8127511bf4a00456c35510aae6f (diff) | |
download | CMake-d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51.zip CMake-d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51.tar.gz CMake-d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51.tar.bz2 |
cmTarget: Fix typo in comment.
compatiblity -> compatibility
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 147c332..d045d73 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -4115,7 +4115,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) { |