Skip to content

Commit 9c2c7ba

Browse files
authored
Merge branch 'master' into fix-charset
2 parents e9cb4a2 + ca8aef5 commit 9c2c7ba

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)