Fix lint errors

This commit is contained in:
Manuel de Brito Fontes 2017-04-20 16:48:14 -03:00
parent b18f8e86ad
commit 786d977a90
4 changed files with 5 additions and 5 deletions

View file

@ -112,7 +112,7 @@ func newNGINXController() ingress.Controller {
continue
}
glog.V(3).Infof("remote adress %s to local %s", conn.RemoteAddr(), conn.LocalAddr())
glog.V(3).Infof("remote address %s to local %s", conn.RemoteAddr(), conn.LocalAddr())
go n.proxy.Handle(conn)
}
}()