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-client/src/packet_handling/game.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-client/src/packet_handling') diff --git a/azalea-client/src/packet_handling/game.rs b/azalea-client/src/packet_handling/game.rs index a61120a9..91a3c835 100644 --- a/azalea-client/src/packet_handling/game.rs +++ b/azalea-client/src/packet_handling/game.rs @@ -742,9 +742,9 @@ pub fn process_packet_events(ecs: &mut World) { entity.world_scope(|world| { let mut commands_system_state = SystemState::::new(world); let mut commands = commands_system_state.get_mut(world); - let mut entity_comands = commands.entity(entity_id); + let mut entity_commands = commands.entity(entity_id); if let Err(e) = - apply_metadata(&mut entity_comands, *entity_kind, packed_items) + apply_metadata(&mut entity_commands, *entity_kind, packed_items) { warn!("{e}"); } -- cgit v1.2.3