correct typo

This commit is contained in:
Qingsong Fan 2018-03-22 15:35:44 +08:00
parent 8f5d58f785
commit 14e41685d9

View file

@ -452,7 +452,7 @@ Error: %v
// 2. write the custom template (the complexity depends on the implementation)
// 3. write the configuration file
//
// returning nill implies the backend will be reloaded.
// returning nil implies the backend will be reloaded.
// if an error is returned means requeue the update
func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error {
cfg := n.store.GetBackendConfiguration()