Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kragniz committed Mar 9, 2018
1 parent 92fbfe0 commit 8988673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/navigator/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 8988673

Please sign in to comment.