aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpResultFactory.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-04-19 11:46:22 +0900
committerGitHub <noreply@github.com>2020-04-19 11:46:22 +0900
commitd62bd7fecd3789cacad6618c9992bb028a5049fa (patch)
treebcfb447559189f599f37b2099ee838a97c602b4a /Emby.Server.Implementations/HttpServer/HttpResultFactory.cs
parent95dc99fdbda1067d9392649a47110448bc6b9187 (diff)
fix spelling error
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpResultFactory.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/HttpResultFactory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpResultFactory.cs b/Emby.Server.Implementations/HttpServer/HttpResultFactory.cs
index d394c56ad..464ca3a0b 100644
--- a/Emby.Server.Implementations/HttpServer/HttpResultFactory.cs
+++ b/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>