Skip to content

Commit 95a1b9a

Browse files
committed
fix typo
1 parent 5ff2782 commit 95a1b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/EnvironmentVariables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal static Dictionary<string, string> LoadEnvironmentStringPaths()
2525
if (Directory.Exists(special.Value.ToString()))
2626
{
2727
// Variables are returned with a mixture of all upper/lower case.
28-
// Call ToLower() to make them look consitent
28+
// Call ToLower() to make the results look consistent
2929
envStringPaths.Add(special.Key.ToString().ToLower(), special.Value.ToString());
3030
}
3131
}

0 commit comments

Comments
 (0)