Fixed a typo in the error message.

This commit is contained in:
ptsurbeleu 2012-03-10 12:30:47 -08:00
parent 3f764696b8
commit d1b07ef269

View file

@ -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);
}