Fix typo
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
parent
af113f867d
commit
e3c7b8d006
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user