aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/examples
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-09 18:36:16 -0600
committermat <git@matdoes.dev>2023-12-09 18:36:16 -0600
commit10ee7e147dc56e12e61ac3bd962abe85ddf25934 (patch)
treea2763409c74fe50d9b01e3788b77e1870581da3c /azalea-protocol/examples
parentb9829149cb51442bba891cbec0195848bbfdcb12 (diff)
downloadazalea-drasl-10ee7e147dc56e12e61ac3bd962abe85ddf25934.tar.xz
fix typos in code with crate-ci/typos
Diffstat (limited to 'azalea-protocol/examples')
-rw-r--r--azalea-protocol/examples/handshake_proxy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/examples/handshake_proxy.rs b/azalea-protocol/examples/handshake_proxy.rs
index 4e9719b0..e63e8197 100644
--- a/azalea-protocol/examples/handshake_proxy.rs
+++ b/azalea-protocol/examples/handshake_proxy.rs
@@ -187,7 +187,7 @@ async fn transfer(
outbound.set_nodelay(true)?;
// Repeat the intent and hello packet
- // recieved earlier to the proxy target
+ // received earlier to the proxy target
let mut outbound_conn: Connection<ClientboundHandshakePacket, ServerboundHandshakePacket> =
Connection::wrap(outbound);
outbound_conn.write(intent.get()).await?;