Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jul 9, 2024
1 parent 923ba84 commit 23f72e9
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 23f72e9

Please sign in to comment.