Skip to content

Commit 94dfa0e

Browse files
committed
spelling: specified
1 parent 3196c89 commit 94dfa0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/binlog/gomysql_reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (this *GoMySQLReader) ConnectBinlogStreamer(coordinates mysql.BinlogCoordin
6262

6363
this.currentCoordinates = coordinates
6464
log.Infof("Connecting binlog streamer at %+v", this.currentCoordinates)
65-
// Start sync with sepcified binlog file and position
65+
// Start sync with specified binlog file and position
6666
this.binlogStreamer, err = this.binlogSyncer.StartSync(gomysql.Position{this.currentCoordinates.LogFile, uint32(this.currentCoordinates.LogPos)})
6767

6868
return err

0 commit comments

Comments
 (0)