Fix a typo in logs
This commit is contained in:
parent
4e5efe56de
commit
d1f13a3ad4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func (fr *FirewallRules) Sync(nodePorts []int64, nodeNames []string) error {
|
||||||
|
|
||||||
// Shutdown shuts down this firewall rules manager.
|
// Shutdown shuts down this firewall rules manager.
|
||||||
func (fr *FirewallRules) Shutdown() error {
|
func (fr *FirewallRules) Shutdown() error {
|
||||||
glog.Infof("Deleting fireawll rule with suffix %v", fr.namer.FrSuffix())
|
glog.Infof("Deleting firewall rule with suffix %v", fr.namer.FrSuffix())
|
||||||
return fr.cloud.DeleteFirewall(fr.namer.FrSuffix())
|
return fr.cloud.DeleteFirewall(fr.namer.FrSuffix())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue