Fix a few spellings.

This commit is contained in:
goltermann
2016-04-21 15:16:10 -07:00
parent e73606b974
commit dddc6cb6c8
3 changed files with 3 additions and 3 deletions

View File

@@ -620,7 +620,7 @@ func (proxier *Proxier) deleteServiceConnections(svcIPs []string) {
}
}
//execConntrackTool executes conntrack tool using given paramters
//execConntrackTool executes conntrack tool using given parameters
func (proxier *Proxier) execConntrackTool(parameters ...string) error {
conntrackPath, err := proxier.exec.LookPath("conntrack")
if err != nil {