Fix typo 'Registring'->'Registering' (#4979)

pull/5034/head
Ronen Schaffer 3 years ago committed by GitHub
parent 5030a1f463
commit 595cb7d3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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")

Loading…
Cancel
Save