Просмотр исходного кода

BUG: Fixed spelling of globally in global property names.

Brad King 18 лет назад
Родитель
Сommit
6352bd5cd3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmPropertyDefinition.cxx

+ 1 - 1
Source/cmPropertyDefinition.cxx

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