Skip to content

Commit

Permalink
chore: Fix typo in dispenser.go (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie authored May 27, 2020
1 parent e5bbed1 commit 69b5643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caddyconfig/caddyfile/dispenser.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func NewDispenser(tokens []Token) *Dispenser {
}

// NewTestDispenser parses input into tokens and creates a new
// Disenser for test purposes only; any errors are fatal.
// Dispenser for test purposes only; any errors are fatal.
func NewTestDispenser(input string) *Dispenser {
tokens, err := allTokens("Testfile", []byte(input))
if err != nil && err != io.EOF {
Expand Down

0 comments on commit 69b5643

Please sign in to comment.