diff --git a/CMakeLists.txt b/CMakeLists.txt index e62f1e4c6..d2234a118 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ option(ENABLE_PHP "Enable PHP scripting language" ON) option(ENABLE_SPELL "Enable Spell checker plugin" ON) option(ENABLE_ENCHANT "Enable Enchant lib for Spell checker plugin" OFF) option(ENABLE_TRIGGER "Enable Trigger plugin" ON) -option(ENABLE_TYPING "Enable Tryping plugin" ON) +option(ENABLE_TYPING "Enable Typing plugin" ON) option(ENABLE_XFER "Enable Xfer plugin" ON) option(ENABLE_MAN "Enable build of man page" OFF) option(ENABLE_DOC "Enable build of documentation" OFF)