diff options
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, |