fix: correct British spelling flagged by misspell linter

finalises → finalizes (locale: US)

https://claude.ai/code/session_01GeNd28Z7MtXyt2ejP4x2GW
This commit is contained in:
Claude 2026-03-03 11:21:46 +00:00
parent 5a9e9ebaf1
commit b95e1f4458

View file

@ -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 // If a previous typing indicator exists for the same chat, it is stopped
// immediately before the new one is recorded. This prevents the next // 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. // consuming the *new* message's typing entry.
func (m *Manager) RecordTypingStop(channel, chatID string, stop func()) { func (m *Manager) RecordTypingStop(channel, chatID string, stop func()) {
key := channel + ":" + chatID key := channel + ":" + chatID