Skip to content

Commit 19cb3ea

Browse files
committed
Fix typos
1 parent 8e6a410 commit 19cb3ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher/Helper/PluginInstallationHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ await App.API.ShowProgressBoxAsync(prgBoxTitle,
235235
{
236236
if (reportProgress == null)
237237
{
238-
// when reportProgress is null, it means there is expcetion with the progress box
238+
// when reportProgress is null, it means there is exception with the progress box
239239
// so we record it with exceptionHappened and return so that progress box will close instantly
240240
exceptionHappened = true;
241241
return;

Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ await Context.API.ShowProgressBoxAsync(prgBoxTitle,
209209
{
210210
if (reportProgress == null)
211211
{
212-
// when reportProgress is null, it means there is expcetion with the progress box
212+
// when reportProgress is null, it means there is exception with the progress box
213213
// so we record it with exceptionHappened and return so that progress box will close instantly
214214
exceptionHappened = true;
215215
return;

0 commit comments

Comments
 (0)