diff options
author | Brad King <brad.king@kitware.com> | 2007-06-27 16:05:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-06-27 16:05:59 (GMT) |
commit | 6352bd5cd34be913415303f078cd02b32b1b4e41 (patch) | |
tree | a559df8ab2835dbfed3cd7bf55501d6bc9b072dd /Source/cmPropertyDefinition.cxx | |
parent | a5e6f52a9677b0a2bf07386683822adcc1d1066b (diff) | |
download | CMake-6352bd5cd34be913415303f078cd02b32b1b4e41.zip CMake-6352bd5cd34be913415303f078cd02b32b1b4e41.tar.gz CMake-6352bd5cd34be913415303f078cd02b32b1b4e41.tar.bz2 |
BUG: Fixed spelling of globally in global property names.
Diffstat (limited to 'Source/cmPropertyDefinition.cxx')
-rw-r--r-- | Source/cmPropertyDefinition.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyDefinition.cxx b/Source/cmPropertyDefinition.cxx index 4a0a0bc..cc6c940 100644 --- a/Source/cmPropertyDefinition.cxx +++ b/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; |