From 6a98ce78e49524f0e5176e60ed7c0b86dc5996c4 Mon Sep 17 00:00:00 2001 From: Yongxin Li Date: Tue, 18 Sep 2018 13:52:04 +0800 Subject: [PATCH] typo fix from utilites to utilities Signed-off-by: Yongxin Li --- pkg/util/taints/taints.go | 2 +- test/e2e/storage/persistent_volumes-local.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/util/taints/taints.go b/pkg/util/taints/taints.go index 76e4bb8668..5099820e5f 100644 --- a/pkg/util/taints/taints.go +++ b/pkg/util/taints/taints.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// package taints implements utilites for working with taints +// package taints implements utilities for working with taints package taints import ( diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index 4e0c0c367e..7000195d1b 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -1290,7 +1290,7 @@ func makeLocalPod(config *localTestConfig, volume *localTestVolume, cmd string) return pod } if volume.localVolumeType == BlockLocalVolumeType { - // Block e2e tests require utilities for writing to block devices (e.g. dd), and nginx has this utilites. + // Block e2e tests require utilities for writing to block devices (e.g. dd), and nginx has this utilities. pod.Spec.Containers[0].Image = imageutils.GetE2EImage(imageutils.Nginx) } return pod