Skip to content

Commit ca8aef5

Browse files
authored
chore: remove duplicate word in comments (#1175)
Signed-off-by: Abirdcfly <fp544037857@gmail.com> Signed-off-by: Abirdcfly <fp544037857@gmail.com>
1 parent 3f44e04 commit ca8aef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/applier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func newDmlBuildResultError(err error) *dmlBuildResult {
4848
}
4949
}
5050

51-
// Applier connects and writes the the applier-server, which is the server where migration
51+
// Applier connects and writes the applier-server, which is the server where migration
5252
// happens. This is typically the master, but could be a replica when `--test-on-replica` or
5353
// `--execute-on-replica` are given.
5454
// Applier is the one to actually write row data and apply binlog events onto the ghost table.

0 commit comments

Comments
 (0)