From f9f94aab0d0dccbb51f5175c596ba6f8ed840595 Mon Sep 17 00:00:00 2001 From: "Jason E. Aten" Date: Thu, 29 Oct 2020 02:15:43 +0000 Subject: [PATCH] fix typo --- txfactory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()