mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
This commit is contained in:
parent
8e6a410cfc
commit
19cb3eaf6a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue