chore: fix typo and copyright header (#17605)

This commit is contained in:
Luiz Aoqui 2023-06-20 10:09:47 -04:00 committed by GitHub
parent 4b33bbd9c4
commit a56b10e857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -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