chore: fix typo and copyright header (#17605)
This commit is contained in:
parent
4b33bbd9c4
commit
a56b10e857
|
@ -1,5 +1,5 @@
|
|||
// copyright (c) hashicorp, inc.
|
||||
// spdx-license-identifier: mpl-2.0
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
//go:build !ent
|
||||
// +build !ent
|
||||
|
@ -8,7 +8,7 @@ package structs
|
|||
|
||||
import "errors"
|
||||
|
||||
// Validate returns an error if the node pool scheduler confinguration is
|
||||
// Validate returns an error if the node pool scheduler configuration is
|
||||
// invalid.
|
||||
func (n *NodePoolSchedulerConfiguration) Validate() error {
|
||||
if n != nil {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// copyright (c) hashicorp, inc.
|
||||
// spdx-license-identifier: mpl-2.0
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
//go:build !ent
|
||||
// +build !ent
|
||||
|
|
Loading…
Reference in New Issue