Skip to content

Commit 0c7dc07

Browse files
authored
fix typo
1 parent 71dad9f commit 0c7dc07

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private bool HideUninstallersFilter(IProgram program)
136136
return false;
137137
}
138138

139-
// Second check the ink path
139+
// Second check the lnk path
140140
if (!string.IsNullOrEmpty(win32.LnkResolvedPath))
141141
{
142142
var inkFileName = Path.GetFileName(win32.FullPath);

0 commit comments

Comments
 (0)