From 595cb7d3a65a2e2319c7e846ed719e8e5140de52 Mon Sep 17 00:00:00 2001 From: Ronen Schaffer <37826670+ronensc@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:38:32 +0200 Subject: [PATCH] Fix typo 'Registring'->'Registering' (#4979) --- operator/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/main.go b/operator/main.go index 042e1afa24..402e707b2d 100644 --- a/operator/main.go +++ b/operator/main.go @@ -123,7 +123,7 @@ func main() { log.Info("registering metrics") metrics.RegisterMetricCollectors() - log.Info("Registring profiling endpoints.") + log.Info("Registering profiling endpoints.") err = registerProfiler(mgr) if err != nil { log.Error(err, "failed to register extra pprof handler")