diff --git a/test/e2e/apps/statefulset.go b/test/e2e/apps/statefulset.go index b136689fb1c..52c7693120c 100644 --- a/test/e2e/apps/statefulset.go +++ b/test/e2e/apps/statefulset.go @@ -1317,7 +1317,7 @@ func deleteStatefulPodAtIndex(c clientset.Interface, index int, ss *appsv1.State } } -// getStatefulSetPodNameAtIndex gets formated pod name given index. +// getStatefulSetPodNameAtIndex gets formatted pod name given index. func getStatefulSetPodNameAtIndex(index int, ss *appsv1.StatefulSet) string { // TODO: we won't use "-index" as the name strategy forever, // pull the name out from an identity mapper.