From 94dfa0ed24f588870532fcc52426bbb086b05f8b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 01:01:51 +0000 Subject: [PATCH] spelling: specified --- go/binlog/gomysql_reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/binlog/gomysql_reader.go b/go/binlog/gomysql_reader.go index de8a5ea..8eb570a 100644 --- a/go/binlog/gomysql_reader.go +++ b/go/binlog/gomysql_reader.go @@ -62,7 +62,7 @@ func (this *GoMySQLReader) ConnectBinlogStreamer(coordinates mysql.BinlogCoordin this.currentCoordinates = coordinates log.Infof("Connecting binlog streamer at %+v", this.currentCoordinates) - // Start sync with sepcified binlog file and position + // Start sync with specified binlog file and position this.binlogStreamer, err = this.binlogSyncer.StartSync(gomysql.Position{this.currentCoordinates.LogFile, uint32(this.currentCoordinates.LogPos)}) return err