From 10ee7e147dc56e12e61ac3bd962abe85ddf25934 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 9 Dec 2023 18:36:16 -0600 Subject: fix typos in code with crate-ci/typos --- azalea-protocol/examples/handshake_proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/examples') 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 = Connection::wrap(outbound); outbound_conn.write(intent.get()).await?; -- cgit v1.2.3