summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/server.go
diff options
context:
space:
mode:
authorlu4p <lu4p@pm.me>2019-12-05 00:28:13 +0100
committerMatt Holt <mholt@users.noreply.github.com>2019-12-04 16:28:13 -0700
commit68adfdc559e3a97f19ec85ec2e1e5d3ceae20161 (patch)
tree54de3b9d0ad402779e63a3357656fece19a04c6c /modules/caddyhttp/server.go
parenta841688cc030f6fe3991fdf3f5a12d280591536b (diff)
Fix misspellings (#2908)
Diffstat (limited to 'modules/caddyhttp/server.go')
-rw-r--r--modules/caddyhttp/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/server.go b/modules/caddyhttp/server.go
index 17860ed..fef887d 100644
--- a/modules/caddyhttp/server.go
+++ b/modules/caddyhttp/server.go
@@ -399,7 +399,7 @@ func errLogValues(err error) (status int, msg string, fields []zapcore.Field) {
// (into the urlCopy parameter, which should be on the
// stack), req.RequestURI, and req.RemoteAddr. Notably,
// headers are not copied. This function is designed to
-// be very fast and efficient, and useful primarly for
+// be very fast and efficient, and useful primarily for
// read-only/logging purposes.
func originalRequest(req *http.Request, urlCopy *url.URL) http.Request {
cloneURL(req.URL, urlCopy)