diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:48:30 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:48:30 (GMT) |
commit | bc9703b695c77c152e04d62903a8ab91494f4e1c (patch) | |
tree | e950ff0f63797f1c6729ba20bb0aa4adb3136ac7 /Source/cmake.cxx | |
parent | 879f2f98fec41d89dce20dbcffce597ae534a3ba (diff) | |
download | CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.zip CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.tar.gz CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.tar.bz2 |
STYLE: fix typos in the docs
Alex
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 83d779b..461354a 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -3443,7 +3443,7 @@ void cmake::DefineProperties(cmake *cm) ("ENABLED_LANGUAGES", cmProperty::GLOBAL, "Read-only property that contains the list of currently " "enabled languages", - "Set to list of currently enabled lanauges."); + "Set to list of currently enabled languages."); cm->DefineProperty ("RULE_LAUNCH_COMPILE", cmProperty::GLOBAL, |