Skip to content

Commit f681fdf

Browse files
authored
dm/checker: fix connection typo (pingcap#12728)
close pingcap#12736
1 parent 0955e12 commit f681fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm/pkg/checker/conn_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func newConnNumberChecker(toCheckDB *conn.BaseDB, stCfgs []*config.SubTaskConfig
4646
func (c *connNumberChecker) check(ctx context.Context, checkerName string, neededPriv map[mysql.PrivilegeType]priv) *Result {
4747
result := &Result{
4848
Name: checkerName,
49-
Desc: "check if connetion concurrency exceeds database's maximum connection limit",
49+
Desc: "check if connection concurrency exceeds database's maximum connection limit",
5050
State: StateSuccess,
5151
}
5252
baseConn, err := c.toCheckDB.GetBaseConn(ctx)

0 commit comments

Comments
 (0)