summaryrefslogtreecommitdiff
path: root/Source/cmPropertyDefinition.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-06-27 12:05:59 -0400
committerBrad King <brad.king@kitware.com>2007-06-27 12:05:59 -0400
commit6352bd5cd34be913415303f078cd02b32b1b4e41 (patch)
treea559df8ab2835dbfed3cd7bf55501d6bc9b072dd /Source/cmPropertyDefinition.cxx
parenta5e6f52a9677b0a2bf07386683822adcc1d1066b (diff)
downloadcmake-6352bd5cd34be913415303f078cd02b32b1b4e41.tar.gz
BUG: Fixed spelling of globally in global property names.
Diffstat (limited to 'Source/cmPropertyDefinition.cxx')
-rw-r--r--Source/cmPropertyDefinition.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyDefinition.cxx b/Source/cmPropertyDefinition.cxx
index 4a0a0bc126..cc6c94018d 100644
--- a/Source/cmPropertyDefinition.cxx
+++ b/Source/cmPropertyDefinition.cxx
@@ -53,7 +53,7 @@ void cmPropertyDefinition
break;
case cmProperty::DIRECTORY: this->LongName += " on a directory";
break;
- case cmProperty::GLOBAL: this->LongName += " globaly";
+ case cmProperty::GLOBAL: this->LongName += " globally";
break;
case cmProperty::TEST: this->LongName += " on CTest";
break;