diff options
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs | 2 |
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) { |
