diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-18 17:44:55 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-18 17:44:55 +0200 |
commit | d7c0e896b2d00e215cf3616edc16afeaeb60196f (patch) | |
tree | adf0a46641bfac82d143c8275fd0d64d7f494515 /ChangeLog.adoc | |
parent | 389f9f436b1756f91ca565519d43984419e7c829 (diff) | |
download | weechat-d7c0e896b2d00e215cf3616edc16afeaeb60196f.zip |
core: fix style in ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 2 |
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) |