소스 검색

Fix typo

Co-authored-by: Cody Robibero <cody@robibe.ro>
netpok 4 년 전
부모
커밋
c97edc96eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs

+ 1 - 1
MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs

@@ -51,7 +51,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
                 // These are not going to be valid xml so no sense in causing the provider to fail and spamming the log with exceptions
                 try
                 {
-                    // Extract episode details from the firs episodedetails block
+                    // Extract episode details from the first episodedetails block
                     using (var stringReader = new StringReader(xml))
                     using (var reader = XmlReader.Create(stringReader, settings))
                     {