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 node/src/reactor/queue_kind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum QueueKind {
Control,
/// Network events that were initiated outside of this node.
///
/// Their load may vary and grouping them together in one queue aides DoS protection.
/// Their load may vary and grouping them together in one queue aids DoS protection.
NetworkIncoming,
/// Network events that are low priority.
NetworkLowPriority,
Expand Down
2 changes: 1 addition & 1 deletion node/src/utils/specimen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ impl LargestSpecimen for ExecutableDeployItem {
//
// However, this does not hold true for all encoding schemes: An inefficient encoding can
// easily, via `RuntimeArgs`, result in a much larger encoded size, e.g. when encoding an
// array of 1-byte elements in a format that uses string quoting and a delimiter to seperate
// array of 1-byte elements in a format that uses string quoting and a delimiter to separate
// elements.
//
// We compromise by not supporting encodings this inefficient and add 10 * a 32-bit integer
Expand Down
2 changes: 1 addition & 1 deletion storage/src/system/auction/detail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ where
)
.map_err(|_| Error::TransferToDelegatorPurse)?
.map_err(|mint_error| {
// Propagate mint contract's error that occured during execution of transfer
// Propagate mint contract's error that occurred during execution of transfer
// entrypoint. This will improve UX in case of (for example)
// unapproved spending limit error.
ApiError::from(mint_error)
Expand Down