fix(mobile): fix typos ()

Found via codespell
This commit is contained in:
luzpaz 2025-03-01 15:06:47 -05:00 committed by GitHub
parent 0cb3dc6211
commit c8eef5ad4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 14 additions and 14 deletions
mobile/lib/services

View file

@ -75,7 +75,7 @@ class AuthService {
isValid = true;
}
} catch (error) {
_log.severe("Error validating auxilary endpoint", error);
_log.severe("Error validating auxiliary endpoint", error);
} finally {
httpclient.close();
}
@ -187,7 +187,7 @@ class AuthService {
_log.severe("Cannot resolve endpoint", error);
continue;
} catch (_) {
_log.severe("Auxilary server is not valid");
_log.severe("Auxiliary server is not valid");
continue;
}
}