assorted formatting and typo fixes

This commit is contained in:
Jonathan Boulle
2014-07-18 12:03:22 -07:00
parent 75447a93ef
commit 9e63c3a633
11 changed files with 24 additions and 24 deletions

View File

@@ -80,7 +80,7 @@ func Update(name string, client client.Interface, updatePeriod time.Duration) er
}
for _, pod := range podList.Items {
// We delete the pod here, the controller will recreate it. This will result in pulling
// a new Docker image. This isn't a full "update" but its what we support for now.
// a new Docker image. This isn't a full "update" but it's what we support for now.
err = client.DeletePod(pod.ID)
if err != nil {
return err