From 81b37707df3f9c084e1c48ed4ff9e4003a4be21f Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Mon, 7 Aug 2017 11:10:41 -0400 Subject: [PATCH] Fix a sentence. --- pkg/api/v1alpha1/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1alpha1/register.go b/pkg/api/v1alpha1/register.go index 3044f00d2..2fe2ddc9e 100644 --- a/pkg/api/v1alpha1/register.go +++ b/pkg/api/v1alpha1/register.go @@ -27,7 +27,7 @@ var ( AddToScheme = SchemeBuilder.AddToScheme ) -// GroupName is the group name use in this package +// GroupName is the group name used in this package const GroupName = "rescheduler" const GroupVersion = "v1alpha1"