diff --git a/txfactory.go b/txfactory.go index 251993ee0..0e44579e3 100644 --- a/txfactory.go +++ b/txfactory.go @@ -1311,7 +1311,7 @@ func (f *TxFactory) green2blue(holder *Holder) (err error) { greenSrc := f.types[1] if blueDest == roaringTxn { - return fmt.Errorf("error: cannot migration to 'roaring': not implemented.") + return fmt.Errorf("error: cannot migrate to 'roaring': not implemented.") } idxs := holder.Indexes()