diff --git a/pkg/informers/informers.go b/pkg/informers/informers.go
index a44a08dd7..7f00bf8c4 100644
--- a/pkg/informers/informers.go
+++ b/pkg/informers/informers.go
@@ -170,7 +170,7 @@ func (w *ForResource) ListAllByNamespace(namespace string, selector labels.Selec
 }
 
 // Get invokes all wrapped informers and returns the first found runtime object.
-// It returns the first ocured error.
+// It returns the first occurred error.
 func (w *ForResource) Get(name string) (runtime.Object, error) {
 	var err error