Revert "assorted formatting and typo fixes"

This commit is contained in:
Daniel Smith
2014-07-18 17:16:30 -07:00
parent 211f6b312f
commit 05f01a3654
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 it's what we support for now.
// a new Docker image. This isn't a full "update" but its what we support for now.
err = client.DeletePod(pod.ID)
if err != nil {
return err