Skip to content

Commit dfc9f41

Browse files
author
Shlomi Noach
authored
Merge pull request #498 from dcadevil/master
Thank you!
2 parents 52f2dd7 + 351bfe1 commit dfc9f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/migrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ func (this *Migrator) printStatus(rule PrintStatusRule, writers ...io.Writer) {
915915
}
916916
}
917917

918-
// initiateStreaming begins treaming of binary log events and registers listeners for such events
918+
// initiateStreaming begins streaming of binary log events and registers listeners for such events
919919
func (this *Migrator) initiateStreaming() error {
920920
this.eventsStreamer = NewEventsStreamer()
921921
if err := this.eventsStreamer.InitDBConnections(); err != nil {

0 commit comments

Comments
 (0)