diff --git a/runtime/src/sorted_storages.rs b/runtime/src/sorted_storages.rs index eee18bd82..7f0db24d8 100644 --- a/runtime/src/sorted_storages.rs +++ b/runtime/src/sorted_storages.rs @@ -27,7 +27,7 @@ impl<'a> SortedStorages<'a> { } } - /// primary method of retreiving (Slot, SnapshotStorage) + /// primary method of retrieving (Slot, SnapshotStorage) pub fn iter_range(&'a self, range: R) -> SortedStoragesIter<'a> where R: RangeBounds,