From 9400c1c9155056c1b17a5cc51581dd3e964a9027 Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Tue, 30 Aug 2022 14:59:33 +0800 Subject: [PATCH] chore: remove duplicate word in comments 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 d81f07514..8c4ef6e4d 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.