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()); } }