From d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 12 Sep 2013 15:29:49 +0200 Subject: [PATCH] cmTarget: Fix typo in comment. compatiblity -> compatibility --- Source/cmTarget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {