Skip to content

Commit 867e6a2

Browse files
committed
spelling: merely
1 parent e2df0b8 commit 867e6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/logic/migrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ func (this *Migrator) ExecOnFailureHook() (err error) {
387387

388388
func (this *Migrator) handleCutOverResult(cutOverError error) (err error) {
389389
if this.migrationContext.TestOnReplica {
390-
// We're merly testing, we don't want to keep this state. Rollback the renames as possible
390+
// We're merely testing, we don't want to keep this state. Rollback the renames as possible
391391
this.applier.RenameTablesRollback()
392392
}
393393
if cutOverError == nil {

0 commit comments

Comments
 (0)