Update DefaultOIDCTokenService.java

fixed typo
pull/908/merge
Sarah Squire 2015-09-29 14:29:54 -04:00 committed by Justin Richer
parent 31374c0f7b
commit 31ea96ce27
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class DefaultOIDCTokenService implements OIDCTokenService {
}
} else {
// we couldn't find the timestamp!
logger.warn("Unable to find authentication timestamp! There is likely something wrong witht he configuration.");
logger.warn("Unable to find authentication timestamp! There is likely something wrong with the configuration.");
}
}