mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
spelling: ignore
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -293,7 +293,7 @@ namespace Microsoft.Plugin.Program.Programs
|
|||||||
string key = resourceReference.Substring(prefix.Length);
|
string key = resourceReference.Substring(prefix.Length);
|
||||||
string parsed;
|
string parsed;
|
||||||
|
|
||||||
// Using Ordinal/OrdinalIgnorcase since these are used internally
|
// Using Ordinal/OrdinalIgnoreCase since these are used internally
|
||||||
if (key.StartsWith("//", StringComparison.Ordinal))
|
if (key.StartsWith("//", StringComparison.Ordinal))
|
||||||
{
|
{
|
||||||
parsed = prefix + key;
|
parsed = prefix + key;
|
||||||
|
|||||||
Reference in New Issue
Block a user