Skip to content

Commit b78bcee

Browse files
authored
Merge pull request #717 from realsangil/fix-event-handler-typo
Fix typo
2 parents 9f6d819 + c256d21 commit b78bcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canal/handler.go

+1-1
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)