From db0991c4ae0e2fd59dd4dade041d91d21526f4ae Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Tue, 24 Oct 2023 09:35:05 -0600 Subject: [PATCH] steam_helper: Fix a typo in log error message. --- steam_helper/steam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam_helper/steam.cpp b/steam_helper/steam.cpp index 65b9c179..f3a78246 100644 --- a/steam_helper/steam.cpp +++ b/steam_helper/steam.cpp @@ -1216,7 +1216,7 @@ run: if ((ret = (INT_PTR)ShellExecuteW(NULL, verb, cmdline, NULL, NULL, hide_window ? SW_HIDE : SW_SHOWNORMAL)) < 32) { - WINE_ERR("Failed to execture %s, ret %u.\n", wine_dbgstr_w(cmdline), (unsigned int)ret); + WINE_ERR("Failed to execute %s, ret %u.\n", wine_dbgstr_w(cmdline), (unsigned int)ret); if (game_process && ret == SE_ERR_NOASSOC && link2ea) { /* Try to uninstall EA desktop so it is set up from prerequisites on the next run. */