summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Palus <jpalus@fastmail.com>2021-09-19 14:35:25 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-09-19 14:58:07 +0200
commitbd21b25badd72dbec7723ca002663ba38e3e07c9 (patch)
treea59ed4c3a33dc378aee00881ad2523931b07317b
parentVersion 3.4-dev (diff)
downloadweechat-bd21b25badd72dbec7723ca002663ba38e3e07c9.tar.xz
weechat-bd21b25badd72dbec7723ca002663ba38e3e07c9.zip
typing: correct typo in CMake option description
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)