We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3196c89 commit 94dfa0eCopy full SHA for 94dfa0e
1 file changed
go/binlog/gomysql_reader.go
@@ -62,7 +62,7 @@ func (this *GoMySQLReader) ConnectBinlogStreamer(coordinates mysql.BinlogCoordin
62
63
this.currentCoordinates = coordinates
64
log.Infof("Connecting binlog streamer at %+v", this.currentCoordinates)
65
- // Start sync with sepcified binlog file and position
+ // Start sync with specified binlog file and position
66
this.binlogStreamer, err = this.binlogSyncer.StartSync(gomysql.Position{this.currentCoordinates.LogFile, uint32(this.currentCoordinates.LogPos)})
67
68
return err
0 commit comments