mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
BUG: Fixed spelling of globally in global property names.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user