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.