From 2808aac53d1152b71ed848ebfe9b01607addb2ae Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 21 Jun 2024 20:12:03 -0300 Subject: [PATCH] codespell --- zebra-scan/src/bin/scanner/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,