Skip to content

Commit 25f34e3

Browse files
Update pkg/validations/namespacestore_validations.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 410d1af commit 25f34e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/validations/namespacestore_validations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func ValidateNamespaceStore(nsStore *nbv1.NamespaceStore) error {
5858
}
5959
}
6060

61-
// VAlidateNsStoreSpec ensures that the namespacestore is valid
61+
// ValidateNSInValidSpec ensures that the namespacestore is valid
6262
func ValidateNSInValidSpec(nsStore nbv1.NamespaceStore) error {
6363

6464
err := util.ValidationError{Msg: "Namespacestore spec must be provided"}

0 commit comments

Comments
 (0)