summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-10-05 18:17:49 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-10-05 18:17:49 +0200
commit1da5b9126e30870a9dd351ac3822b4511d4caa0b (patch)
tree2ffe08c4e76cdf71258f6c2584bdccd9413baca6
parent3c0bdc18f3f99386f57be4cd8e84f99d465a0b20 (diff)
downloadweechat-1da5b9126e30870a9dd351ac3822b4511d4caa0b.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 7212425df..7eda96ad5 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -26,7 +26,7 @@ New features::
* irc: add "user" in output of irc_message_parse (issue #136)
* irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684)
* logger: add option logger.file.color_lines (issue #528, issue #621)
- * script: add options "-ol" and "-il" in command /script to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
+ * script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
* xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue #1237)
Bug fixes::