Changes “WiFi” spelling to “Wi-Fi”

This commit is contained in:
Riley Testut
2024-01-23 14:21:37 -06:00
committed by Magesh K
parent cfdc1aa82c
commit afb393b80b
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class VerifyAppPledgeOperation: ResultOperation<Void>
{
super.main()
// _Don't_ rethrow earlier errors, or else user will only be taken to Patreon post if connected to same WiFi as AltServer.
// _Don't_ rethrow earlier errors, or else user will only be taken to Patreon post if connected to same Wi-Fi as AltServer.
// if let error = self.context.error
// {
// self.finish(.failure(error))