From 8c60b64cf4e06dc7bab7c7609dd7eddffd489f11 Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Tue, 22 Aug 2023 09:25:30 -0700 Subject: [PATCH] Update oauthproxy.go (#2189) Minor - spelling typos in comment --- oauthproxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthproxy.go b/oauthproxy.go index d25c3c8e..7398fb8e 100644 --- a/oauthproxy.go +++ b/oauthproxy.go @@ -299,7 +299,7 @@ func (p *OAuthProxy) buildServeMux(proxyPrefix string) { // The authonly path should be registered separately to prevent it from getting no-cache headers. // We do this to allow users to have a short cache (via nginx) of the response to reduce the - // likelihood of multiple reuests trying to referesh sessions simultaneously. + // likelihood of multiple requests trying to refresh sessions simultaneously. r.Path(proxyPrefix + authOnlyPath).Handler(p.sessionChain.ThenFunc(p.AuthOnly)) // This will register all of the paths under the proxy prefix, except the auth only path so that no cache headers