aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommaso Stocchi <tommasostocchi@outlook.com>2021-06-03 17:10:22 +0200
committerTommaso Stocchi <tommasostocchi@outlook.com>2021-06-03 17:10:22 +0200
commitd86964eb6aa04208a96866517e90c0cd0d4ff4c9 (patch)
treeebe16c17840ad3c25a16acfd757fcc519e094f47
parent3c019d1324c6ec29bf96aab28b94208924bb317f (diff)
parent3951546b1f388cb7aa388a7d6daa5b84ae90b945 (diff)
Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodotNET/jellyfin into bug/authorization-header-issue
-rw-r--r--Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
index 26f3b8d68..c9b94cfde 100644
--- a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
+++ b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
@@ -271,7 +271,7 @@ namespace Emby.Server.Implementations.HttpServer.Security
/// <summary>
/// Get the authorization header components.
/// </summary>
- /// <param name="authtorizationHeader">The authorization header.</param>
+ /// <param name="authorizationHeader">The authorization header.</param>
/// <returns>string</returns>
public static Dictionary<string, string> GetParts(string authtorizationHeader)
{