From 35b35f6923b251ac69d6c1f69f23e0a0e7d8f9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 22 May 2021 09:47:30 +0200 Subject: [PATCH] core: fix typo --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 9d1e4f69b..3258ac45b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -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)