mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-30 05:42:50 +00:00
Fix small misspellings
This commit is contained in:
parent
6a84d9392e
commit
eee9d00255
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue