From af43756899e3882100c94c674450aa67e1a3b4b8 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 7 Nov 2023 18:51:52 -0800 Subject: [PATCH] fix typo in comment --- src/ReceiveSubcommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReceiveSubcommands.cc b/src/ReceiveSubcommands.cc index 19e67925..965b4d65 100644 --- a/src/ReceiveSubcommands.cc +++ b/src/ReceiveSubcommands.cc @@ -303,7 +303,7 @@ static void on_sync_joining_player_disp_and_inventory( send_command_t(target, command, flag, out_cmd); } else { - // Comvert XB command to GC command + // Convert XB command to GC command static_assert( sizeof(G_SyncPlayerDispAndInventory_DC_PC_GC_6x70) < sizeof(G_SyncPlayerDispAndInventory_XB_6x70), "GC 6x70 command is larger than XB 6x70 command");