From fe3fe5740ed3ce7c4aedb6fd084d959daae9b7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20S=CC=8Ctibrany=CC=81?= Date: Tue, 18 Feb 2020 17:35:16 +0100 Subject: [PATCH] Updated comment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Štibraný --- util/httputil/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/httputil/context.go b/util/httputil/context.go index 10169d890..adf93dd0a 100644 --- a/util/httputil/context.go +++ b/util/httputil/context.go @@ -31,7 +31,7 @@ func ContextWithPath(ctx context.Context, path string) context.Context { return context.WithValue(ctx, pathParam, path) } -// ContextFromRequest returns a new context from a requests with identifiers of +// ContextFromRequest returns a new context with identifiers of // the request to be used later when logging the query. func ContextFromRequest(ctx context.Context, r *http.Request) context.Context { reqCtxVal := map[string]string{