We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418462a commit 9bb6959Copy full SHA for 9bb6959
1 file changed
go/binlog/gomysql_reader.go
@@ -57,7 +57,7 @@ func NewGoMySQLReader(connectionConfig *mysql.ConnectionConfig) (binlogReader *G
57
// ConnectBinlogStreamer
58
func (this *GoMySQLReader) ConnectBinlogStreamer(coordinates mysql.BinlogCoordinates) (err error) {
59
if coordinates.IsEmpty() {
60
- return log.Errorf("Emptry coordinates at ConnectBinlogStreamer()")
+ return log.Errorf("Empty coordinates at ConnectBinlogStreamer()")
61
}
62
63
this.currentCoordinates = coordinates
0 commit comments