diff --git a/zebra-scan/src/bin/scanner/main.rs b/zebra-scan/src/bin/scanner/main.rs index 38b2f2a76fc..97cbd095bdc 100644 --- a/zebra-scan/src/bin/scanner/main.rs +++ b/zebra-scan/src/bin/scanner/main.rs @@ -12,7 +12,7 @@ use zebra_state::SaplingScanningKey; use core::net::SocketAddr; use std::path::PathBuf; -/// A strucure with sapling key and birthday height. +/// A structure with sapling key and birthday height. #[derive(Clone, Debug, Eq, PartialEq, serde::Deserialize)] pub struct SaplingKey { key: SaplingScanningKey,