summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/matchers.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-12-08 08:55:04 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2022-12-08 08:55:04 -0700
commitfac35db9dcbf23af7ffad885bf072e3fbbaa7e71 (patch)
tree9284f53d7677c8020d789af0cf31a8b7ab06a6d7 /modules/caddyhttp/matchers.go
parentbfaf2a8201b83d7369772cb6f2439abe66d9342a (diff)
go.mod: Update quic-go to v0.31.0
And fix a comment typo
Diffstat (limited to 'modules/caddyhttp/matchers.go')
-rw-r--r--modules/caddyhttp/matchers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/matchers.go b/modules/caddyhttp/matchers.go
index 93c7e69..400c154 100644
--- a/modules/caddyhttp/matchers.go
+++ b/modules/caddyhttp/matchers.go
@@ -140,7 +140,7 @@ type (
// **NOTE:** Notice that query string values are arrays, not singular values. This is
// because repeated keys are valid in query strings, and each one may have a
// different value. This matcher will match for a key if any one of its configured
- // values is assigned in the query string. Backend applications relyon on query
+ // values is assigned in the query string. Backend applications relying on query
// strings MUST take into consideration that query string values are arrays and can
// have multiple values.
MatchQuery url.Values