|
@@ -53,7 +53,7 @@ void cmPropertyDefinition
|
|
|
break;
|
|
break;
|
|
|
case cmProperty::DIRECTORY: this->LongName += " on a directory";
|
|
case cmProperty::DIRECTORY: this->LongName += " on a directory";
|
|
|
break;
|
|
break;
|
|
|
- case cmProperty::GLOBAL: this->LongName += " globaly";
|
|
|
|
|
|
|
+ case cmProperty::GLOBAL: this->LongName += " globally";
|
|
|
break;
|
|
break;
|
|
|
case cmProperty::TEST: this->LongName += " on CTest";
|
|
case cmProperty::TEST: this->LongName += " on CTest";
|
|
|
break;
|
|
break;
|