From 2a05479c221d4a13b15ed731e4eb1c0de99e97ed Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Thu, 14 Jul 2022 11:55:52 +0200
Subject: ; Fix typos: prefer American spelling

---
 lisp/erc/erc-backend.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lisp/erc/erc-backend.el')

diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el
index bc7a7d14dc2..8be4894ecbb 100644
--- a/lisp/erc/erc-backend.el
+++ b/lisp/erc/erc-backend.el
@@ -1644,7 +1644,7 @@ Then display the welcome message."
   "Return list of unescaped components from an \"ISUPPORT\" VALUE."
   ;; https://tools.ietf.org/html/draft-brocklesby-irc-isupport-03#section-2
   ;;
-  ;; > The server SHOULD send "X", not "X="; this is the normalised form.
+  ;; > The server SHOULD send "X", not "X="; this is the normalized form.
   ;;
   ;; Note: for now, assume the server will only send non-empty values,
   ;; possibly with printable ASCII escapes.  Though in practice, the
-- 
cgit v1.2.3