Merge pull request #4507 from BaronGreenback/Spelling

Corrects spelling in comments
This commit is contained in:
Joshua M. Boniface
2020-11-19 13:08:28 -05:00
committed by GitHub
39 changed files with 126 additions and 125 deletions

View File

@@ -2557,7 +2557,7 @@ namespace MediaBrowser.Controller.Entities
{
if (!AllowsMultipleImages(type))
{
throw new ArgumentException("The change index operation is only applicable to backdrops and screenshots");
throw new ArgumentException("The change index operation is only applicable to backdrops and screen shots");
}
var info1 = GetImageInfo(type, index1);