diff --git a/internal/ingress/controller/controller.go b/internal/ingress/controller/controller.go index 9a8883c8c9..f502d71f24 100644 --- a/internal/ingress/controller/controller.go +++ b/internal/ingress/controller/controller.go @@ -1182,7 +1182,7 @@ func (n *NGINXController) SetForceReload(shouldReload bool) { func (n *NGINXController) extractAnnotations(ing *extensions.Ingress) { anns := n.annotations.Extract(ing) - glog.V(3).Infof("updating annotations information for ingres %v/%v", anns.Namespace, anns.Name) + glog.V(3).Infof("updating annotations information for ingress %v/%v", anns.Namespace, anns.Name) n.listers.IngressAnnotation.Update(anns) }