From eadc03789bcb036bc94908b78462639f41be68b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 3 Mar 2026 11:21:46 +0000 Subject: [PATCH] fix: correct British spelling flagged by misspell linter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit finalises → finalizes (locale: US) https://claude.ai/code/session_01GeNd28Z7MtXyt2ejP4x2GW --- pkg/channels/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/channels/manager.go b/pkg/channels/manager.go index bf477b4f1..87e17b14e 100644 --- a/pkg/channels/manager.go +++ b/pkg/channels/manager.go @@ -120,7 +120,7 @@ func (m *Manager) RecordPlaceholder(channel, chatID, placeholderID string) { // // If a previous typing indicator exists for the same chat, it is stopped // immediately before the new one is recorded. This prevents the next -// preSend (which finalises the *previous* processing cycle) from +// preSend (which finalizes the *previous* processing cycle) from // consuming the *new* message's typing entry. func (m *Manager) RecordTypingStop(channel, chatID string, stop func()) { key := channel + ":" + chatID