diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java index 03ce0e4fbd9a0..f7d86b2525ba6 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java +++ b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java @@ -124,7 +124,7 @@ private TenantConfigContext createStaticTenantContext(Vertx vertx, public TenantConfigContext apply(Throwable t) { if (t instanceof OIDCException) { LOG.warnf("Tenant '%s': '%s'." - + " OIDC server is not available yet, an attempt to connect will be made duiring the first request." + + " OIDC server is not available yet, an attempt to connect will be made during the first request." + " Access to resources protected by this tenant may fail" + " if OIDC server will not become available", tenantId, t.getMessage());