From 684b544e9c45129a3d8112cfab22526440d8fd13 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Thu, 24 May 2018 17:50:37 -0700 Subject: Spell check strings and comments Signed-off-by: Jhon Honce Closes: #831 Approved by: rhatdan --- pkg/annotations/annotations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/annotations/annotations.go') diff --git a/pkg/annotations/annotations.go b/pkg/annotations/annotations.go index 151d93904..008cca7ee 100644 --- a/pkg/annotations/annotations.go +++ b/pkg/annotations/annotations.go @@ -79,7 +79,7 @@ const ( // StdinOnce is the stdin_once annotation StdinOnce = "io.kubernetes.cri-o.StdinOnce" - // Volumes is the volumes annotatoin + // Volumes is the volumes annotation Volumes = "io.kubernetes.cri-o.Volumes" ) -- cgit v1.2.3-54-g00ecf