Fix small misspellings

This commit is contained in:
Ben Gadbois
2017-01-10 13:03:50 -08:00
parent 6a84d9392e
commit eee9d00255
4 changed files with 4 additions and 4 deletions

View File

@ -198,7 +198,7 @@ func (m IfMatcher) Or(r *http.Request) bool {
// If true, remaining arguments in the dispinser are cleard to keep the dispenser valid for use.
func IfMatcherKeyword(c *caddy.Controller) bool {
if c.Val() == "if" || c.Val() == "if_op" {
// clear remainig args
// clear remaining args
c.RemainingArgs()
return true
}