From 4961601b842501eed84c17be9d4e618fc90d970b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 30 Oct 2020 14:41:01 -0400 Subject: [PATCH] spelling: exception Signed-off-by: Josh Soref --- .../Plugins/Microsoft.Plugin.Indexer/ContextMenuLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/ContextMenuLoader.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/ContextMenuLoader.cs index 820fc2fc91..419f27391f 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/ContextMenuLoader.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/ContextMenuLoader.cs @@ -117,7 +117,7 @@ namespace Microsoft.Plugin.Indexer } // Function to add the context menu item to run as admin - [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1031:Do not catch general exception types", Justification = "We want to keep the process alive, and instead log the exeption message")] + [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1031:Do not catch general exception types", Justification = "We want to keep the process alive, and instead log the exception message")] private static ContextMenuResult CreateRunAsAdminContextMenu(SearchResult record) { return new ContextMenuResult