From 11386dbf0098a34ebaba69cc316dda0f10c683f2 Mon Sep 17 00:00:00 2001 From: Sharif Nassar Date: Sat, 4 Nov 2023 16:01:00 -0700 Subject: [PATCH] Spleling fix (#296) --- backend/pkg/web/handler/source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)