fix spelling mistakes (#3364)

Automatically submitted.
This commit is contained in:
yuxiaobo96
2019-10-09 15:24:18 +08:00
committed by corbot[bot]
parent 65458b2de2
commit bf356e79fc
7 changed files with 8 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ RulesCheckLoop:
}
// matchWithPolicies matches the DNS query with a list of ACL polices and returns suitable
// action agains the query.
// action against the query.
func matchWithPolicies(policies []policy, w dns.ResponseWriter, r *dns.Msg) action {
state := request.Request{W: w, Req: r}