diff options
| author | mat <git@matdoes.dev> | 2023-12-09 18:36:16 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-09 18:36:16 -0600 |
| commit | 10ee7e147dc56e12e61ac3bd962abe85ddf25934 (patch) | |
| tree | a2763409c74fe50d9b01e3788b77e1870581da3c /azalea-protocol/examples | |
| parent | b9829149cb51442bba891cbec0195848bbfdcb12 (diff) | |
| download | azalea-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.rs | 2 |
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?; |
