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
parent af113f867d
commit e3c7b8d006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {