From b0e737e9834f8692ae559473851bd461cad6c99b Mon Sep 17 00:00:00 2001 From: dj-oyu <68707227+dj-oyu@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:14:39 +0900 Subject: [PATCH] fix: correct misspelling flagged by linter Co-Authored-By: Claude Opus 4.6 (1M context) --- pkg/channels/telegram/telegram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/channels/telegram/telegram.go b/pkg/channels/telegram/telegram.go index e7f3e2603..d666b4b03 100644 --- a/pkg/channels/telegram/telegram.go +++ b/pkg/channels/telegram/telegram.go @@ -28,7 +28,7 @@ import ( // telegramHTTPTimeout is the HTTP client timeout for Telegram API requests. // Long polling uses Timeout=30s on the API side; the HTTP client timeout -// must be longer to avoid cancelling valid long-poll responses. +// must be longer to avoid canceling valid long-poll responses. const telegramHTTPTimeout = 65 * time.Second type TelegramChannel struct {