Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/cli/proto/eth2-signer-api/google/api/http.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ message Http {
// **NOTE:** All service configuration rules follow "last one wins" order.
repeated HttpRule rules = 1;

// When set to true, URL path parmeters will be fully URI-decoded except in
// When set to true, URL path parameters will be fully URI-decoded except in
// cases of single segment matches in reserved expansion, where "%2F" will be
// left encoded.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/eth2_keystore/src/keystore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub const DKLEN: u32 = 32;
pub const IV_SIZE: usize = 16;
/// The byte size of a SHA256 hash.
pub const HASH_SIZE: usize = 32;
/// The default iteraction count, `c`, for PBKDF2.
/// The default iteration count, `c`, for PBKDF2.
pub const DEFAULT_PBKDF2_C: u32 = 262_144;

#[derive(Debug, PartialEq)]
Expand Down