Explorar o código

BUG: Fixed spelling of globally in global property names.

Brad King %!s(int64=18) %!d(string=hai) anos
pai
achega
6352bd5cd3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmPropertyDefinition.cxx

+ 1 - 1
Source/cmPropertyDefinition.cxx

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