From d8c527e3c8e55961e82ac4334f97a9f5357d4f3e Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 12 Sep 2021 11:46:41 +0100 Subject: [PATCH] typo --- UWPHook/GamesWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UWPHook/GamesWindow.xaml.cs b/UWPHook/GamesWindow.xaml.cs index 7cb211c..295b90f 100644 --- a/UWPHook/GamesWindow.xaml.cs +++ b/UWPHook/GamesWindow.xaml.cs @@ -428,7 +428,7 @@ namespace UWPHook } catch (Exception ex) { - MessageBox.Show("Error: Program failed while trying to clear your Steam shurtcuts:" + Environment.NewLine + ex.Message + ex.StackTrace); + MessageBox.Show("Error: Program failed while trying to clear your Steam shortcuts:" + Environment.NewLine + ex.Message + ex.StackTrace); } } MessageBox.Show("All non-Steam shortcuts has been cleared.");