Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jun 21, 2024
1 parent 3bb5a9e commit 2808aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-scan/src/bin/scanner/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2808aac

Please sign in to comment.