Skip to content

Commit

Permalink
proto: update typos
Browse files Browse the repository at this point in the history
this generates protobufs using typo fixes from #3919.
  • Loading branch information
cratelyn committed Mar 1, 2024
1 parent 64bfa91 commit bae09e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/proto/src/gen/penumbra.tools.summoning.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub mod participate_response {
)
}
}
/// Sent to the participant to confim their contribution was accepted.
/// Sent to the participant to confirm their contribution was accepted.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Confirm {
Expand Down
2 changes: 1 addition & 1 deletion crates/proto/src/gen/tendermint.crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl ::prost::Name for DominoOp {
}
}
/// ProofOp defines an operation used for calculating Merkle root
/// The data could be arbitrary format, providing necessary data
/// The data could be arbitrary format, providing nessecary data
/// for example neighbouring node hash
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
Expand Down

0 comments on commit bae09e8

Please sign in to comment.