mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
5ff278230b
commit
95a1b9a968
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
if (Directory.Exists(special.Value.ToString()))
|
||||
{
|
||||
// Variables are returned with a mixture of all upper/lower case.
|
||||
// Call ToLower() to make them look consitent
|
||||
// Call ToLower() to make the results look consistent
|
||||
envStringPaths.Add(special.Key.ToString().ToLower(), special.Value.ToString());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue