From 8988673b34bfa4df3c232bde6de61a7c7ed51511 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Fri, 9 Mar 2018 10:45:04 +0000 Subject: [PATCH] Fix typo --- pkg/apis/navigator/v1alpha1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/navigator/v1alpha1/types.go b/pkg/apis/navigator/v1alpha1/types.go index ff004a87f..a51cb2250 100644 --- a/pkg/apis/navigator/v1alpha1/types.go +++ b/pkg/apis/navigator/v1alpha1/types.go @@ -67,7 +67,7 @@ type CassandraClusterNodePool struct { // +optional Datacenter string `json:"datacenter"` - // Seeds specifies the number of seed nodes to alocate in this nodepool. By + // Seeds specifies the number of seed nodes to allocate in this nodepool. By // default, 1 is selected. // +optional Seeds *int64 `json:"seeds,omitempty"`