diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-15 22:59:20 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-15 22:59:20 +0100 |
commit | 76a3f85831b3a470cee65e4a12af779f9a141b8a (patch) | |
tree | d71fb5863122b55a70de8037d36966ab1dc857a6 | |
parent | 75dc8b9d6c2c2f816ecbeffa4d4b048ebc2d5f58 (diff) | |
download | weechat-76a3f85831b3a470cee65e4a12af779f9a141b8a.zip |
core: fix typo in ChangeLog
-rw-r--r-- | ChangeLog.adoc | 2 |
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) |