summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-01-14 11:44:55 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-01-14 11:44:55 +0100
commit65ff49f01e6c2f2960ff010b7661a9c1a767b1db (patch)
treeea3dfe3a460ac4da3d46f67d390cff1e7e5173e5
parenttests: fix compilation of tests on FreeBSD 11 (diff)
downloadweechat-65ff49f01e6c2f2960ff010b7661a9c1a767b1db.tar.xz
weechat-65ff49f01e6c2f2960ff010b7661a9c1a767b1db.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 2f5bd97a4..30811b986 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -21,7 +21,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
* core: add option weechat.look.align_multiline_words (issue #411, issue #802)
- * core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"
+ * core: add optional command prefix in completion templates "commands", "plugins_commands" and "weechat_commands"
* core: add optional arguments in completion template, sent to the callback
* core: add option "time" in command /debug
* api: add info "uptime" (WeeChat uptime)