diff options
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?; |
