Skip to content

Commit

Permalink
Fix typos ("nof" -> "not") (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Jul 5, 2024
1 parent cae8697 commit 418b5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh/src/net/routing/dispatcher/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ pub(crate) fn route_send_response(
));
}
None => tracing::warn!(
"Route reply {}:{} from {}: Query nof found!",
"Route reply {}:{} from {}: Query not found!",
face,
qid,
face
Expand All @@ -748,7 +748,7 @@ pub(crate) fn route_send_response_final(
finalize_pending_query(query);
}
None => tracing::warn!(
"Route final reply {}:{} from {}: Query nof found!",
"Route final reply {}:{} from {}: Query not found!",
face,
qid,
face
Expand Down

0 comments on commit 418b5a6

Please sign in to comment.