Fix typos

This commit is contained in:
Jack251970 2025-06-29 18:20:47 +08:00
parent 8e6a410cfc
commit 19cb3eaf6a
2 changed files with 2 additions and 2 deletions

View file

@ -235,7 +235,7 @@ public static class PluginInstallationHelper
{
if (reportProgress == null)
{
// when reportProgress is null, it means there is expcetion with the progress box
// when reportProgress is null, it means there is exception with the progress box
// so we record it with exceptionHappened and return so that progress box will close instantly
exceptionHappened = true;
return;

View file

@ -209,7 +209,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
{
if (reportProgress == null)
{
// when reportProgress is null, it means there is expcetion with the progress box
// when reportProgress is null, it means there is exception with the progress box
// so we record it with exceptionHappened and return so that progress box will close instantly
exceptionHappened = true;
return;