aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Extensions
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Extensions')
-rw-r--r--MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs b/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
index ae02c1cee..425b39fd9 100644
--- a/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
+++ b/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
@@ -36,12 +36,12 @@ namespace MediaBrowser.Controller.Extensions
/// <summary>
/// The key for a setting that indicates whether kestrel should bind to a unix socket.
/// </summary>
- public const string BindToUnixSocketKey = "kerstrel:socket";
+ public const string BindToUnixSocketKey = "kestrel:socket";
/// <summary>
/// The key for the unix socket path.
/// </summary>
- public const string UnixSocketPathKey = "kerstrel:socketPath";
+ public const string UnixSocketPathKey = "kestrel:socketPath";
/// <summary>
/// Gets a value indicating whether the application should host static web content from the <see cref="IConfiguration"/>.