diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/Common/UsernameAssertion.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/Common/UsernameAssertion.cs index 97489d5f..fab3a2a3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/Common/UsernameAssertion.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/Common/UsernameAssertion.cs @@ -232,7 +232,7 @@ namespace WebsitePanel.EnterpriseServer ); if (user == null) - throw new Exception("Authentication token is invalid or borken"); + throw new Exception("Authentication token is invalid or broken"); SecurityContext.SetThreadPrincipal(user); }