From ca8aef5d6d96da239b662b2f201080b9eb7ed577 Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Wed, 31 Aug 2022 05:49:13 +0800 Subject: [PATCH] chore: remove duplicate word in comments (#1175) Signed-off-by: Abirdcfly Signed-off-by: Abirdcfly --- go/logic/applier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/logic/applier.go b/go/logic/applier.go index d81f075..8c4ef6e 100644 --- a/go/logic/applier.go +++ b/go/logic/applier.go @@ -48,7 +48,7 @@ func newDmlBuildResultError(err error) *dmlBuildResult { } } -// Applier connects and writes the the applier-server, which is the server where migration +// Applier connects and writes the applier-server, which is the server where migration // happens. This is typically the master, but could be a replica when `--test-on-replica` or // `--execute-on-replica` are given. // Applier is the one to actually write row data and apply binlog events onto the ghost table.