Skip to content

Commit

Permalink
style(h1): fix typos: algready -> already (hyperium#3118)
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
chrislearn authored and 0xE282B0 committed Jan 16, 2024
1 parent b3604cd commit 1838ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/conn/http1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ where
pub fn poll_without_shutdown(&mut self, cx: &mut task::Context<'_>) -> Poll<crate::Result<()>> {
self.inner
.as_mut()
.expect("algready upgraded")
.expect("already upgraded")
.poll_without_shutdown(cx)
}
}
Expand Down

0 comments on commit 1838ee3

Please sign in to comment.