diff options
| author | luz paz <luzpaz@pm.me> | 2022-08-15 06:48:34 -0400 |
|---|---|---|
| committer | luz paz <luzpaz@pm.me> | 2022-08-15 06:48:34 -0400 |
| commit | 9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (patch) | |
| tree | 71182dc342938ff4eab69b034f48dd7fa492477d /Jellyfin.Drawing.Skia/SkiaHelper.cs | |
| parent | 8ba83e41aee816c0c098b50296fb668202570baf (diff) | |
Fix various typos
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
Diffstat (limited to 'Jellyfin.Drawing.Skia/SkiaHelper.cs')
| -rw-r--r-- | Jellyfin.Drawing.Skia/SkiaHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Drawing.Skia/SkiaHelper.cs b/Jellyfin.Drawing.Skia/SkiaHelper.cs index c001c32b8..0478fc7c3 100644 --- a/Jellyfin.Drawing.Skia/SkiaHelper.cs +++ b/Jellyfin.Drawing.Skia/SkiaHelper.cs @@ -13,7 +13,7 @@ namespace Jellyfin.Drawing.Skia /// </summary> /// <param name="skiaEncoder">The current skia encoder.</param> /// <param name="paths">The list of image paths.</param> - /// <param name="currentIndex">The current checked indes.</param> + /// <param name="currentIndex">The current checked index.</param> /// <param name="newIndex">The new index.</param> /// <returns>A valid bitmap, or null if no bitmap exists after <c>currentIndex</c>.</returns> public static SKBitmap? GetNextValidImage(SkiaEncoder skiaEncoder, IReadOnlyList<string> paths, int currentIndex, out int newIndex) |
