Merge pull request #24282 from goltermann/spelling

Automatic merge from submit-queue

Fix misspellings in comments
This commit is contained in:
k8s-merge-robot
2016-04-19 03:47:07 -07:00
7 changed files with 9 additions and 9 deletions

View File

@@ -244,7 +244,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,
@@ -304,7 +304,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,