BUG: Fixed spelling of globally in global property names.

This commit is contained in:
Brad King 2007-06-27 12:05:59 -04:00
parent a5e6f52a96
commit 6352bd5cd3
1 changed files with 1 additions and 1 deletions

View File

@ -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;