spelling: ignore

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-11-04 12:11:27 -05:00
parent 083605fb85
commit 618329c7e0

View File

@ -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;