aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/LocalizationManager.cs
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2022-12-08 16:15:26 +0100
committerShadowghost <Ghost_of_Stone@web.de>2023-02-20 11:53:20 +0100
commit15efb9935c2f786c12343f158ef2c9db542e71ba (patch)
treeea21965e8caf94696f72be60aacc6f5c98c8b1b2 /Emby.Server.Implementations/Localization/LocalizationManager.cs
parent07dc163844091e3335081578ed5cc7fd427c5c0d (diff)
Fix typo and migration description
Diffstat (limited to 'Emby.Server.Implementations/Localization/LocalizationManager.cs')
-rw-r--r--Emby.Server.Implementations/Localization/LocalizationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs
index ca7c2c21f..8faebadd6 100644
--- a/Emby.Server.Implementations/Localization/LocalizationManager.cs
+++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs
@@ -194,7 +194,7 @@ namespace Emby.Server.Implementations.Localization
ratings.Add(new ParentalRating("Approved", 0));
}
- // Matches PG (this has differnet age restrictions depending on country)
+ // Matches PG (this has different age restrictions depending on country)
if (!ratings.Any(x => x.Value == 10))
{
ratings.Add(new ParentalRating("10", 10));