Skip to content

Commit

Permalink
chore: remove duplicate word in comments (#1175)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>

Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored Aug 30, 2022
1 parent 3f44e04 commit ca8aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/logic/applier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ca8aef5

Please sign in to comment.