Improve go report card by fixing typos in comments

This commit is contained in:
Joshua Piccari
2016-03-04 18:30:59 -08:00
parent d9d0fdecd3
commit f5f83b076a
5 changed files with 6 additions and 6 deletions

View File

@@ -2619,7 +2619,7 @@ func NodeAddresses(nodelist *api.NodeList, addrType api.NodeAddressType) []strin
return hosts
}
// NodeSSHHosts returns SSH-able host names for all schedulable nodes - this exludes master node.
// NodeSSHHosts returns SSH-able host names for all schedulable nodes - this excludes master node.
// It returns an error if it can't find an external IP for every node, though it still returns all
// hosts that it found in that case.
func NodeSSHHosts(c *client.Client) ([]string, error) {