From bd21b25badd72dbec7723ca002663ba38e3e07c9 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 19 Sep 2021 14:35:25 +0200 Subject: [PATCH] typing: correct typo in CMake option description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)