1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-15 07:14:42 +02:00

fix(mobile): fix typos (#16456)

Found via codespell
This commit is contained in:
luzpaz
2025-03-01 15:06:47 -05:00
committed by GitHub
parent 0cb3dc6211
commit c8eef5ad4d
11 changed files with 14 additions and 14 deletions

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;
}
}