fix(sdbclient): fix typo in allformingcall error
1 files changed, 1 insertions(+), 1 deletions(-) M sdbclient/src/plugins/menu/play/allformingcall.rs
M sdbclient/src/plugins/menu/play/allformingcall.rs => sdbclient/src/plugins/menu/play/allformingcall.rs +1 -1
@@ 70,7 70,7 @@ pub(super) fn handle( ResponseAllForming::Valid(res) => rtdmenu.all_forming_games = res, ResponseAllForming::Error(error) => { console.send(PrintConsoleLine::new( format!("Fetching all forming games faield, got error: '{}'", error).into(), format!("Fetching all forming games failed, got error: '{}'", error).into(), )); } }