misc: [ci skip] fix typo in comment & rename CheckForUpdateAsync

This commit is contained in:
GreemDev
2025-06-04 21:05:54 -05:00
parent 3950e8adff
commit f2aea4fb22
4 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ namespace Ryujinx.Ava.Systems
link.AssetName.StartsWith("ryujinx") && link.AssetName.EndsWith(_platformExt)
)?.Url;
// If build URL not found, assume no new update are available.
// If build URL not found, assume no new update is available.
if (_buildUrl is null)
{
if (showVersionUpToDate)