From 061f94aee94863afe861ee732d5b1cc053c5a425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 20 Sep 2014 15:44:28 +0200 Subject: [PATCH] core: fix sentence in ChangeLog --- ChangeLog.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index dca66045b..6a6f77d30 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -37,7 +37,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * tests: fix build of tests when the build directory is outside source tree (closes #178) * tests: fix memory leak in tests launcher -* aspell: fix compilation with enchant version older than 1.6.0 (closes #192) +* aspell: fix compilation with Enchant < 1.6.0 (closes #192) * aspell: fix crash with command "/aspell addword" if no word is given (closes #164, closes #165) * irc: fix translation of CTCP PING reply (closes #137)