Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Mar 7, 2022
1 parent 934c9a8 commit b4ce09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/state/paginator/paginator.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/nomad/nomad/structs"
)

// Iterator is the interface that must be implemented to suply data to the
// Iterator is the interface that must be implemented to supply data to the
// Paginator.
type Iterator interface {
// Next returns the next element to be considered for pagination.
Expand Down

0 comments on commit b4ce09a

Please sign in to comment.