Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Fixed a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theit committed Oct 26, 2011
1 parent f1ea3b3 commit f1ed1d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public Authentication autoLogin(HttpServletRequest request,
try {
// SSO token available => check whether it is still valid
if (LOG.isLoggable(Level.FINER)) {
LOG.finer("SSO token available => check wehther it is still valid...");
LOG.finer("SSO token available => check whether it is still valid...");
}
this.configuration.crowdClient.validateSSOAuthentication(
ssoToken, validationFactors);
Expand Down

0 comments on commit f1ed1d3

Please sign in to comment.