소스 검색

fix spelling error

dkanada 5 년 전
부모
커밋
d62bd7fecd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Emby.Server.Implementations/HttpServer/HttpResultFactory.cs

+ 1 - 1
Emby.Server.Implementations/HttpServer/HttpResultFactory.cs

@@ -31,7 +31,7 @@ namespace Emby.Server.Implementations.HttpServer
         // Last-Modified and If-Modified-Since must follow strict date format,
         // see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Modified-Since
         private const string HttpDateFormat = "ddd, dd MMM yyyy HH:mm:ss \"GMT\"";
-        // We specifically use en-US culture because both day of week and month names must be in it9
+        // We specifically use en-US culture because both day of week and month names require it
         private static readonly CultureInfo _enUSculture = new CultureInfo("en-US", false);
 
         /// <summary>