Skip to content

Commit

Permalink
Fix typo in buffered_client.rs (rerun-io#1347)
Browse files Browse the repository at this point in the history
untill -> until
  • Loading branch information
eltociear authored Feb 17, 2023
1 parent df920dc commit 96437ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_sdk_comms/src/buffered_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl Client {
self.send_msg_msg(MsgMsg::LogMsg(log_msg));
}

/// Stall untill all messages so far has been sent.
/// Stall until all messages so far has been sent.
pub fn flush(&mut self) {
re_log::debug!("Flushing message queue…");
self.send_msg_msg(MsgMsg::Flush);
Expand Down

0 comments on commit 96437ee

Please sign in to comment.