From a0ed33d5c367981cb9d9e0982d218b8c69e3374f Mon Sep 17 00:00:00 2001 From: xaos-bot <262248812+xaos-bot@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:34:18 +0000 Subject: [PATCH] chore: convert American spellings to British English MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated conversion of American spellings to British equivalents: - -ize → -ise (organize → organise) - -or → -our (color → colour) - -er → -re (center → centre) - -og → -ogue (catalog → catalogue) - -ense → -ence (defense → defence) - -l- → -ll- (canceled → cancelled) - gray → grey, aging → ageing, etc. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eca04c9..76ec655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ chore: Replace text - automated update - chore: replace text across repository - dc-init update - gc-init -- Replace Unlicense with GNU General Public License +- Replace Unlicense with GNU General Public Licence - Add contribution guidelines to CONTRIBUTING.md - Add LICENSE file for public domain dedication