From b72d095d6bf2ba22f97a6a918a0927bf8931241d Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 4 Dec 2020 10:33:21 +1000 Subject: [PATCH] Fix a comment typo Co-authored-by: Deirdre Connolly --- zebra-state/src/service/check/difficulty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-state/src/service/check/difficulty.rs b/zebra-state/src/service/check/difficulty.rs index 8347baa9..b7b492c8 100644 --- a/zebra-state/src/service/check/difficulty.rs +++ b/zebra-state/src/service/check/difficulty.rs @@ -36,7 +36,7 @@ pub const POW_MAX_ADJUST_UP_PERCENT: i32 = 16; /// `PoWMaxAdjustDown * 100` in the Zcash specification. pub const POW_MAX_ADJUST_DOWN_PERCENT: i32 = 32; -/// The maximum number of seconds between the `meadian-time-past` of a block, +/// The maximum number of seconds between the `median-time-past` of a block, /// and the block's `time` field. /// /// Part of the block header consensus rules in the Zcash specification.