Skip to content

Commit cb97d68

Browse files
committed
spelling: synchronously
1 parent 94dfa0e commit cb97d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/binlog/gomysql_reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (this *GoMySQLReader) handleRowsEvent(ev *replication.BinlogEvent, rowsEven
114114
}
115115
}
116116
// The channel will do the throttling. Whoever is reding from the channel
117-
// decides whether action is taken sycnhronously (meaning we wait before
117+
// decides whether action is taken synchronously (meaning we wait before
118118
// next iteration) or asynchronously (we keep pushing more events)
119119
// In reality, reads will be synchronous
120120
entriesChannel <- binlogEntry

0 commit comments

Comments
 (0)