Skip to content

Commit 2e67fd4

Browse files
committed
fix spelling
1 parent 2d0fa18 commit 2e67fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/cardano-chain-follower/src/mithril_snapshot_iterator.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl Debug for MithrilSnapshotIteratorInner {
4646
/// Wraps the iterator type returned by Pallas.
4747
#[derive(Debug)]
4848
pub(crate) struct MithrilSnapshotIterator {
49-
/// Mithrill snapshot directory path
49+
/// Mithril snapshot directory path
5050
path: PathBuf,
5151
/// Inner Mutable Synchronous Iterator State
5252
inner: Arc<Mutex<MithrilSnapshotIteratorInner>>,
@@ -73,7 +73,7 @@ pub(crate) fn probe_point(point: &Point, distance: u64) -> Point {
7373

7474
impl MithrilSnapshotIterator {
7575
/// Returns `true` if the `MithrilSnapshotIterator` could read data without any issues
76-
/// (underlying mithrill snapshot directory exists)
76+
/// (underlying mithril snapshot directory exists)
7777
pub(crate) fn is_valid(&self) -> bool {
7878
self.path.exists()
7979
}

0 commit comments

Comments
 (0)