Skip to content

Commit 3816357

Browse files
LarsBingBongivanmatmati
authored andcommitted
BUG/MINOR: Minor spelling mistake fix.
Spotted when going through trace level logs on a Kubernetes cluster using this project.
1 parent e0a936e commit 3816357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/handler/https.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (h HTTPS) Update(k store.K8s, cfg *config.ControllerCfg, api api.HAProxyCli
159159
logger.Panic(api.FrontendEnableSSLOffload(cfg.FrontHTTPS, h.CertDir, h.alpn, h.strictSNI))
160160
cfg.HTTPS = true
161161
reload = true
162-
logger.Debug("SSLOffload enabeld, reload required")
162+
logger.Debug("SSLOffload enabled, reload required")
163163
}
164164
r, err := h.handleClientTLSAuth(k, cfg, api)
165165
if err != nil {

0 commit comments

Comments
 (0)