spelling: merely

This commit is contained in:
Josh Soref 2017-11-08 00:49:51 +00:00
parent e2df0b80eb
commit 867e6a28b3

View File

@ -387,7 +387,7 @@ func (this *Migrator) ExecOnFailureHook() (err error) {
func (this *Migrator) handleCutOverResult(cutOverError error) (err error) {
if this.migrationContext.TestOnReplica {
// 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
this.applier.RenameTablesRollback()
}
if cutOverError == nil {