Fix misspellings in comments.

https://goreportcard.com/report/k8s.io/kubernetes#misspell
This commit is contained in:
goltermann
2016-04-14 13:55:59 -07:00
parent 5cc7c9565f
commit c226c9435b
7 changed files with 9 additions and 9 deletions

View File

@@ -243,7 +243,7 @@ func deleteEachItem(
}
// deleteAllContentForGroupVersionResource will use the dynamic client to delete each resource identified in gvr.
// It returns an estimate of the time remaining before the remaing resources are deleted.
// It returns an estimate of the time remaining before the remaining resources are deleted.
// If estimate > 0, not all resources are guaranteed to be gone.
func deleteAllContentForGroupVersionResource(
kubeClient clientset.Interface,
@@ -303,7 +303,7 @@ func deleteAllContentForGroupVersionResource(
}
// deleteAllContent will use the dynamic client to delete each resource identified in groupVersionResources.
// It returns an estimate of the time remaining before the remaing resources are deleted.
// It returns an estimate of the time remaining before the remaining resources are deleted.
// If estimate > 0, not all resources are guaranteed to be gone.
func deleteAllContent(
kubeClient clientset.Interface,