Skip to content

Commit 50391cb

Browse files
skxsiddontang
authored andcommitted
Fixed typo in comment (go-mysql-org#265)
1 parent 6eeacbf commit 50391cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cfg := replication.BinlogSyncerConfig {
2727
}
2828
syncer := replication.NewBinlogSyncer(cfg)
2929

30-
// Start sync with sepcified binlog file and position
30+
// Start sync with specified binlog file and position
3131
streamer, _ := syncer.StartSync(mysql.Position{binlogFile, binlogPos})
3232

3333
// or you can start a gtid replication like

0 commit comments

Comments
 (0)