cmTarget: Fix typo in comment.

compatiblity -> compatibility
This commit is contained in:
Stephen Kelly 2013-09-12 15:29:49 +02:00
parent 961c0bae89
commit d1a5f1241d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{