mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
spelling: ignore
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
083605fb85
commit
618329c7e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user