diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 147c33278..d045d73ef 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -4115,7 +4115,7 @@ const char *cmTarget::GetProperty(const char* prop, } else { - // Support "_LOCATION" for compatiblity. + // Support "_LOCATION" for compatibility. int len = static_cast(strlen(prop)); if(len > 9 && strcmp(prop+len-9, "_LOCATION") == 0) {