We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2df0b8 commit 867e6a2Copy full SHA for 867e6a2
1 file changed
go/logic/migrator.go
@@ -387,7 +387,7 @@ func (this *Migrator) ExecOnFailureHook() (err error) {
387
388
func (this *Migrator) handleCutOverResult(cutOverError error) (err error) {
389
if this.migrationContext.TestOnReplica {
390
- // We're merly testing, we don't want to keep this state. Rollback the renames as possible
+ // We're merely testing, we don't want to keep this state. Rollback the renames as possible
391
this.applier.RenameTablesRollback()
392
}
393
if cutOverError == nil {
0 commit comments