summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-09-18 17:44:55 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-09-18 17:44:55 +0200
commitd7c0e896b2d00e215cf3616edc16afeaeb60196f (patch)
treeadf0a46641bfac82d143c8275fd0d64d7f494515
parent389f9f436b1756f91ca565519d43984419e7c829 (diff)
downloadweechat-d7c0e896b2d00e215cf3616edc16afeaeb60196f.zip
core: fix style in ChangeLog
-rw-r--r--ChangeLog.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 724ee8da6..e3d7caad1 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -40,7 +40,7 @@ Bug fixes::
* irc: fix display of TOPIC and QUIT messages with an empty trailing parameter (issue #1797)
* irc: fix parsing of messages with trailing spaces and no trailing parameter (issue #1803)
* irc: add missing tag "irc_numeric" in all numeric IRC commands (issue #1804)
- * irc: display an error message when using command /dcc without xfer plugin loaded
+ * irc: display an error message when using command `/dcc` without xfer plugin loaded
* irc: display ACCOUNT and CHGHOST commands in private buffers
* irc: fix extract of isupport value when it is last in list and without value (issue #1807)
* irc: fix target buffer of generic errors when they contain a target nick (issue #1814)