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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 14 additions and 14 deletions

View file

@ -5,7 +5,7 @@ import 'package:immich_mobile/providers/image/immich_remote_image_provider.dart'
import 'package:immich_mobile/providers/image/immich_remote_thumbnail_provider.dart';
/// [ImageCache] that uses two caches for small and large images
/// so that a single large image does not evict all small iamges
/// so that a single large image does not evict all small images
final class CustomImageCache implements ImageCache {
final _small = ImageCache();
final _large = ImageCache()..maximumSize = 5; // Maximum 5 images