From 8849d67cf1948ba5c80f65458a5c6f8f50a9d212 Mon Sep 17 00:00:00 2001 From: rramiachraf <51409801+rramiachraf@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:25:07 +0100 Subject: [PATCH] fix minor spelling error --- proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.go b/proxy.go index 28c0c23..ccb3666 100644 --- a/proxy.go +++ b/proxy.go @@ -14,7 +14,7 @@ func proxyHandler(w http.ResponseWriter, r *http.Request) { res, err := http.Get(url) if err != nil { - write(w, http.StatusInternalServerError, []byte("can't reach genius genius servers")) + write(w, http.StatusInternalServerError, []byte("can't reach genius servers")) return }