Skip to content

Commit 8f20ce0

Browse files
authored
Merge branch 'master' into contrib
2 parents 3fb6ca1 + f7fa260 commit 8f20ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump/dumper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/pingcap/errors"
1616
)
1717

18-
// Unlick mysqldump, Dumper is designed for parsing and syning data easily.
18+
// Unlike mysqldump, Dumper is designed for parsing and syning data easily.
1919
type Dumper struct {
2020
// mysqldump execution path, like mysqldump or /usr/bin/mysqldump, etc...
2121
ExecutionPath string

0 commit comments

Comments
 (0)