From c256d4f1e406531e378bb1d17b82b68020e53715 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 25 Oct 2018 17:25:27 +0530 Subject: [PATCH] Fix typo --- pkg/sanity/controller.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/sanity/controller.go b/pkg/sanity/controller.go index d8df00a4..dd533988 100644 --- a/pkg/sanity/controller.go +++ b/pkg/sanity/controller.go @@ -305,7 +305,7 @@ var _ = DescribeSanity("Controller Service", func(sc *SanityContext) { Expect(err).NotTo(HaveOccurred()) cl.UnregisterVolume(name) }) - It("should not fail when requesting to create a volume with already exisiting name and same capacity.", func() { + It("should not fail when requesting to create a volume with already existing name and same capacity.", func() { By("creating a volume") name := uniqueString("sanity-controller-create-twice") @@ -379,7 +379,7 @@ var _ = DescribeSanity("Controller Service", func(sc *SanityContext) { Expect(err).NotTo(HaveOccurred()) cl.UnregisterVolume(name) }) - It("should fail when requesting to create a volume with already exisiting name and different capacity.", func() { + It("should fail when requesting to create a volume with already existing name and different capacity.", func() { By("creating a volume") name := uniqueString("sanity-controller-create-twice-different")