Fix misc typos

Mostly in comments, but also renamed the (test) function
migUdpateCmdBase -> migUpdateCmdBase.
This commit is contained in:
Justin Santa Barbara
2015-10-19 22:41:58 -04:00
parent c4779fbc4f
commit 67d3a93166
15 changed files with 28 additions and 28 deletions

View File

@@ -1116,7 +1116,7 @@ func validateReplicationControllerConfiguration(rc api.ReplicationController) {
}
// getUDData creates a validator function based on the input string (i.e. kitten.jpg).
// For example, if you send "kitten.jpg", this function veridies that the image jpg = kitten.jpg
// For example, if you send "kitten.jpg", this function verifies that the image jpg = kitten.jpg
// in the container's json field.
func getUDData(jpgExpected string, ns string) func(*client.Client, string) error {