From 7958222e75ed1031a7da389e3c368b0e17c6aad3 Mon Sep 17 00:00:00 2001 From: Mohamad Fadhil Date: Fri, 2 Jan 2026 15:39:30 +0800 Subject: [PATCH] fix: typo --- pkg/sql/offsets_adapter_postgresql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sql/offsets_adapter_postgresql.go b/pkg/sql/offsets_adapter_postgresql.go index f42b900..9a2a4c8 100644 --- a/pkg/sql/offsets_adapter_postgresql.go +++ b/pkg/sql/offsets_adapter_postgresql.go @@ -76,7 +76,7 @@ func (a DefaultPostgreSQLOffsetsAdapter) BeforeSubscribingQueries(params BeforeS // It's required for exactly-once-delivery guarantee. // It adds "zero offsets" to the table with offsets. // - // Without that, `FOR UDATE` from `NextOffsetQuery` won't work, + // Without that, `FOR UPDATE` from `NextOffsetQuery` won't work, // because there is nothing to lock. // // If "zero offsets" won't be present and multiple concurrent subscribers will try to consume them it