Fixed review comments

This commit is contained in:
Mbucari 2023-02-28 07:42:26 -07:00
parent 429aa603f5
commit 5c45802391
4 changed files with 8 additions and 4 deletions

View file

@ -40,7 +40,7 @@ namespace LibationUiBase
public event EventHandler<DownloadProgress> DownloadProgress;
public event EventHandler<bool> DownloadCompleted;
public async Task CheForUpgradeAsync(Func<UpgradeEventArgs,Task> upgradeAvailableHandler)
public async Task CheckForUpgradeAsync(Func<UpgradeEventArgs,Task> upgradeAvailableHandler)
{
try
{