diff --git a/rs/replicated_state/src/canister_state/queues/queue.rs b/rs/replicated_state/src/canister_state/queues/queue.rs index aabae61cfbe..b279390f4cf 100644 --- a/rs/replicated_state/src/canister_state/queues/queue.rs +++ b/rs/replicated_state/src/canister_state/queues/queue.rs @@ -828,7 +828,7 @@ impl TryFrom for OutputQueue { /// the back of `schedule`. /// /// When `pop()` is called `IngressQueue` returns the first Ingress message -/// from the canister at the front of the `schedlue`. If that canister +/// from the canister at the front of the `schedule`. If that canister /// has other incoming Ingress messages it is moved to the /// back of `schedule`, otherwise it is removed from `schedule`. ///