diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
index 26f3b8d68f..c9b94cfdee 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
///
/// Get the authorization header components.
///
- /// The authorization header.
+ /// The authorization header.
/// string
public static Dictionary GetParts(string authtorizationHeader)
{