Skip to content

Commit c256d21

Browse files
committed
Fix typo
1 parent 9f6d819 commit c256d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canal/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
type EventHandler interface {
9-
OnRotate(roateEvent *replication.RotateEvent) error
9+
OnRotate(rotateEvent *replication.RotateEvent) error
1010
// OnTableChanged is called when the table is created, altered, renamed or dropped.
1111
// You need to clear the associated data like cache with the table.
1212
// It will be called before OnDDL.

0 commit comments

Comments
 (0)