From e5c07721b44938007ebe803fe457e37a470e4cfe Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 5 Aug 2020 19:06:51 -0400 Subject: [PATCH] Typo fix Co-authored-by: Henry de Valence --- zebra-chain/src/notes/sapling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/notes/sapling.rs b/zebra-chain/src/notes/sapling.rs index 2745fce50..6f100be72 100644 --- a/zebra-chain/src/notes/sapling.rs +++ b/zebra-chain/src/notes/sapling.rs @@ -23,7 +23,7 @@ pub use nullifiers::Nullifier; /// holds the spending key corresponding to a given shielded payment /// address. pub struct Note { - /// The diversier of the recipient’s shielded payment address. + /// The diversifer of the recipient’s shielded payment address. pub diversifier: Diversifier, /// The diversified transmission key of the recipient’s shielded /// payment address.