From 68adfdc559e3a97f19ec85ec2e1e5d3ceae20161 Mon Sep 17 00:00:00 2001 From: lu4p Date: Thu, 5 Dec 2019 00:28:13 +0100 Subject: Fix misspellings (#2908) --- modules/caddyhttp/reverseproxy/reverseproxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/reverseproxy/reverseproxy.go') diff --git a/modules/caddyhttp/reverseproxy/reverseproxy.go b/modules/caddyhttp/reverseproxy/reverseproxy.go index 98118c2..87895e2 100644 --- a/modules/caddyhttp/reverseproxy/reverseproxy.go +++ b/modules/caddyhttp/reverseproxy/reverseproxy.go @@ -234,7 +234,7 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyht // etc.) - this obviously has a perf // overhead and makes the proxy at // risk of exhausting memory and more - // suseptible to slowloris attacks, + // susceptible to slowloris attacks, // so it is strongly recommended to // only use this feature if absolutely // required, if read timeouts are set, -- cgit v1.2.3