Skip to content

Commit 9bb6959

Browse files
committed
spelling: empty
1 parent 418462a commit 9bb6959

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
@@ -57,7 +57,7 @@ func NewGoMySQLReader(connectionConfig *mysql.ConnectionConfig) (binlogReader *G
5757
// ConnectBinlogStreamer
5858
func (this *GoMySQLReader) ConnectBinlogStreamer(coordinates mysql.BinlogCoordinates) (err error) {
5959
if coordinates.IsEmpty() {
60-
return log.Errorf("Emptry coordinates at ConnectBinlogStreamer()")
60+
return log.Errorf("Empty coordinates at ConnectBinlogStreamer()")
6161
}
6262

6363
this.currentCoordinates = coordinates

0 commit comments

Comments
 (0)