summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-12-15 22:59:20 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-12-15 22:59:20 +0100
commit76a3f85831b3a470cee65e4a12af779f9a141b8a (patch)
treed71fb5863122b55a70de8037d36966ab1dc857a6
parent75dc8b9d6c2c2f816ecbeffa4d4b048ebc2d5f58 (diff)
downloadweechat-76a3f85831b3a470cee65e4a12af779f9a141b8a.zip
core: fix typo in ChangeLog
-rw-r--r--ChangeLog.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 3f53e39e9..94b36e8db 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -40,7 +40,7 @@ New features::
Bug fixes::
- * core: fix crash on plugin reload when using musl libs (issue #2052)
+ * core: fix crash on plugin reload when using musl libc (issue #2052)
* core: fix infinite loop in display when the chat area is too small (issue #2053)
* core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
* core: remove incorrect warning when binding keys kbd:[F10] to kbd:[F20] (issue #2039)