diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2025-01-26 11:14:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 11:14:03 -0500 |
| commit | b37bc9016f8b625de3ec4a1fd2c4aac4b979cd7f (patch) | |
| tree | b3415a982147584f5c3323886af3488b3f213895 /src | |
| parent | 0541808c256a75676909f5e6c182a9d9da12abcc (diff) | |
Fix typos
Found via `codespell -q 3 -D ../../dictionary.txt -S "./Emby.Server.Implementations/Localization" -L allready,childrens,groupe,inh,raisons,re-use,som,supercede,superceded,thirdparty,whoknows`
Diffstat (limited to 'src')
| -rw-r--r-- | src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs b/src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs index c53ef275b..7472f9c66 100644 --- a/src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs +++ b/src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs @@ -52,7 +52,7 @@ namespace Jellyfin.Extensions.Json.Converters } catch (FormatException) { - // Ignore unconvertable inputs + // Ignore unconvertible inputs } } |
