core: fix typo

This commit is contained in:
Sébastien Helleu 2021-05-22 09:47:30 +02:00
parent f8419c6aa6
commit 35b35f6923

View File

@ -45,7 +45,7 @@ New features::
Bug fixes::
* core: split startup command before evaluating it (issue #1643)
* core: split startup commands before evaluating them (issue #1643)
* core: set server name when connecting to server with TLS (SNI extension) only if it's not an IPV4/IPv6 (issue #1635)
* core: use function mallinfo2 instead of mallinfo when available (issue #1636)
* core: display a warning when the file with certificate authorities is not found (option weechat.network.gnutls_ca_file)