Skip to content

Commit f7fa260

Browse files
authored
dump: Fix Unlick typo (#1011)
1 parent f33346e commit f7fa260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump/dumper.go

+1-1
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)