From 618329c7e000f5c1bf45ce3f7c72678e0985305f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 4 Nov 2020 12:11:27 -0500 Subject: [PATCH] spelling: ignore Signed-off-by: Josh Soref --- .../Plugins/Microsoft.Plugin.Program/Programs/UWPApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/UWPApplication.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/UWPApplication.cs index 13889677d8..d07715b0d5 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/UWPApplication.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/UWPApplication.cs @@ -293,7 +293,7 @@ namespace Microsoft.Plugin.Program.Programs string key = resourceReference.Substring(prefix.Length); string parsed; - // Using Ordinal/OrdinalIgnorcase since these are used internally + // Using Ordinal/OrdinalIgnoreCase since these are used internally if (key.StartsWith("//", StringComparison.Ordinal)) { parsed = prefix + key;