Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Aug 19, 2024
1 parent 9d13afb commit cf53bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions offchain/inspect-server/src/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn respond(
}
}

/// Loop that answers requests comming from inspect_rx.
/// Loop that answers requests coming from inspect_rx.
async fn handle_inspect(
address: String,
session_id: String,
Expand Down Expand Up @@ -148,7 +148,7 @@ async fn handle_inspect_error(
) -> String {
let mut message = status.message().to_string();

// If the session was previously tainted, the server-manager replies if with code DataLoss.
// If the session was previously tainted, the server-manager replies it with code DataLoss.
// Trying to recover the reason for the session tainted from the session's status.
// If not available, we return the original status error message.
if status.code() == Code::DataLoss {
Expand Down

0 comments on commit cf53bfb

Please sign in to comment.