Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
Jakub Sztandera
2021-11-26 14:42:18 +01:00
committed by GitHub
co-authored by Aayush Rajasekaran
parent af113f867d
commit e3c7b8d006
+1 -1
View File
@@ -361,7 +361,7 @@ var dumpRLESectorCmd = &cli.Command{
}
ri, err := bf.RunIterator()
if err != nil {
return xerrors.Errorf("creating interator: %w", err)
return xerrors.Errorf("creating iterator: %w", err)
}
for ri.HasNext() {