From fd8b99bd8c695a74d3c28092dca3c16f2e0ef04d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 30 Oct 2020 14:42:11 -0400 Subject: [PATCH] spelling: retrieving Signed-off-by: Josh Soref --- src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Main.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Main.cs index 0d9aac4552..52bf264440 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Main.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Main.cs @@ -146,7 +146,7 @@ namespace Microsoft.Plugin.Uri catch (Exception e) { BrowserIconPath = DefaultIconPath; - Log.Exception("Exception when retreiving icon", e, GetType()); + Log.Exception("Exception when retrieving icon", e, GetType()); } }