1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +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

@ -117,7 +117,7 @@ class ShareIntentUploadStateNotifier
}
void _taskProgressCallback(TaskProgressUpdate update) {
// Ignore if the task is cancled or completed
// Ignore if the task is canceled or completed
if (update.progress == downloadFailed ||
update.progress == downloadCompleted) {
return;