From e7abb6c63bcb9299efb1c81f8f956f70d13bf1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 10 Mar 2025 08:32:42 +0100 Subject: [PATCH] dump: Fix Unlick typo --- dump/dumper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump/dumper.go b/dump/dumper.go index 608cfe0fd..b10d810ae 100644 --- a/dump/dumper.go +++ b/dump/dumper.go @@ -15,7 +15,7 @@ import ( "github.com/pingcap/errors" ) -// Unlick mysqldump, Dumper is designed for parsing and syning data easily. +// Unlike mysqldump, Dumper is designed for parsing and syning data easily. type Dumper struct { // mysqldump execution path, like mysqldump or /usr/bin/mysqldump, etc... ExecutionPath string