diff --git a/memstore/src/lib.rs b/memstore/src/lib.rs index 7270eb2e2..722d6a32b 100644 --- a/memstore/src/lib.rs +++ b/memstore/src/lib.rs @@ -70,7 +70,7 @@ pub struct MemStoreSnapshot { /// The last log covered by this snapshot. pub last_log_id: LogId, - /// The last memberhsip config included in this snapshot. + /// The last membership config included in this snapshot. pub membership: MembershipConfig, pub snapshot_id: SnapshotId,