Skip to content

Commit ff4290c

Browse files
fix typo
1 parent 4dbfe2d commit ff4290c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ private static IEnumerable<Package> CurrentUserPackages()
277277
}
278278
catch (Exception e)
279279
{
280-
ProgramLogger.LogException("UWP", "CurrentUserPackages", $"{p.Id.FullName}", "An unexpected error occured and "
280+
ProgramLogger.LogException("UWP", "CurrentUserPackages", $"{p.Id.FullName}", "An unexpected error occurred and "
281281
+ $"unable to verify if package is valid", e);
282282
return false;
283283
}

0 commit comments

Comments
 (0)