Skip to content

Commit 7dbc07b

Browse files
committed
Fix typo
1 parent b29c29f commit 7dbc07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replication/transaction_payload_event.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (e *TransactionPayloadEvent) Dump(w io.Writer) {
7070
payloadUncompressed, _ := decoder.DecodeAll(e.Payload, nil)
7171
fmt.Fprintf(w, "Decompressed: \n%s", hex.Dump(payloadUncompressed))
7272

73-
// The uncompressed data needs to be split up into individual events for Parsse()
73+
// The uncompressed data needs to be split up into individual events for Parse()
7474
// to work on them. We can't use a NewBinlogParser() as we need the initialization
7575
// from the FormatDescriptionEvent. And we need to disable the binlog checksum
7676
// algorithm as otherwise the XidEvent's get truncated and fail to parse.

0 commit comments

Comments
 (0)