From 3ea5b078dca9c1ec239d4589ce844a200c860c67 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 25 Feb 2026 00:50:45 +0000 Subject: [PATCH] Fix some minor typos in the change log. --- docs/CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index d8d726190..777a6015f 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -69,10 +69,10 @@ ``` /WHOIS nick1 * [nick1] (nick1@example.com): nick1 - * [stest] Mastodon: @example@mastodon.social - * [stest] irc.example.com :Example-IRC server + * [nick1] Mastodon: @example@mastodon.social + * [nick1] irc.example.com :Example-IRC server ... - * [stest] End of WHOIS list. + * [nick1] End of WHOIS list. ``` * The regex_posix module is now available on Windows (using the PCRE2 POSIX compatibility layer).