Skip to content

Commit

Permalink
Correct spelling mistake in jetstream pull consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
SohumB authored Aug 23, 2023
1 parent 9d9c8a7 commit 382b94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/src/jetstream/consumer/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ impl futures::Stream for Batch {
Poll::Ready(maybe_message) => match maybe_message {
Some(message) => match message.status.unwrap_or(StatusCode::OK) {
StatusCode::TIMEOUT => {
debug!("recived timeout. Iterator done.");
debug!("received timeout. Iterator done.");
self.terminated = true;
Poll::Ready(None)
}
Expand Down

0 comments on commit 382b94a

Please sign in to comment.