Skip to content

Commit dbfa2bd

Browse files
committed
fix typo
1 parent 8f8b2d7 commit dbfa2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public static bool IsLocationPathString(string querySearchString)
178178
///<summary>
179179
/// Gets the previous level directory from a path string.
180180
/// Checks that previous level directory exists and returns it
181-
/// as a path string, or empty string if doesn't exit
181+
/// as a path string, or empty string if doesn't exist
182182
///</summary>
183183
public static string GetPreviousExistingDirectory(Func<string, bool> locationExists, string path)
184184
{

0 commit comments

Comments
 (0)