Skip to content

Commit 2eae58e

Browse files
authored
fix: typo (#55)
1 parent f2a6d12 commit 2eae58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/sql/offsets_adapter_postgresql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (a DefaultPostgreSQLOffsetsAdapter) BeforeSubscribingQueries(params BeforeS
7676
// It's required for exactly-once-delivery guarantee.
7777
// It adds "zero offsets" to the table with offsets.
7878
//
79-
// Without that, `FOR UDATE` from `NextOffsetQuery` won't work,
79+
// Without that, `FOR UPDATE` from `NextOffsetQuery` won't work,
8080
// because there is nothing to lock.
8181
//
8282
// If "zero offsets" won't be present and multiple concurrent subscribers will try to consume them it

0 commit comments

Comments
 (0)