From c1e1eb4d29fa3e7ea7565feb7f75e17337605bb5 Mon Sep 17 00:00:00 2001 From: "he.qingguo" Date: Thu, 31 Dec 2020 15:48:36 +0800 Subject: [PATCH] Fix Spelling error about [formatted] for statefulset.go Signed-off-by: he.qingguo --- test/e2e/apps/statefulset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.