diff --git a/cmd/drone-controller/main.go b/cmd/drone-controller/main.go index 91a67424..286fd58e 100644 --- a/cmd/drone-controller/main.go +++ b/cmd/drone-controller/main.go @@ -128,7 +128,7 @@ func isKubernetes() bool { return os.Getenv("KUBERNETES_SERVICE_HOST") != "" } -// helper funciton configures the logging. +// helper function configures the logging. func initLogging(c config.Config) { if c.Logging.Debug { logrus.SetLevel(logrus.DebugLevel)