From 6352bd5cd34be913415303f078cd02b32b1b4e41 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 27 Jun 2007 12:05:59 -0400 Subject: [PATCH] BUG: Fixed spelling of globally in global property names. --- Source/cmPropertyDefinition.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmPropertyDefinition.cxx b/Source/cmPropertyDefinition.cxx index 4a0a0bc12..cc6c94018 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;