diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java
index 96b7a642f..df26243f8 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java
@@ -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.");
 			}
 		}