BUG: Fixed spelling of globally in global property names.
This commit is contained in:
parent
a5e6f52a96
commit
6352bd5cd3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue