diff --git a/backend/pkg/web/handler/source.go b/backend/pkg/web/handler/source.go index c1b5cdd3..96a8ad5a 100644 --- a/backend/pkg/web/handler/source.go +++ b/backend/pkg/web/handler/source.go @@ -29,7 +29,7 @@ func CreateReconnectSource(c *gin.Context) { logger.Infof("Parsed Create SourceCredential Credentials Payload: %v", sourceCred) if sourceCred.DynamicClientRegistrationMode == "user-authenticated" { - logger.Warnf("This client requires a dynamice client registration, starting registration process") + logger.Warnf("This client requires a dynamic client registration, starting registration process") if len(sourceCred.RegistrationEndpoint) == 0 { logger.Errorln("Empty registration endpoint, cannot be used with dynamic-client registration mode:", sourceCred.DynamicClientRegistrationMode)