fix minor spelling error

This commit is contained in:
rramiachraf 2022-10-11 14:25:07 +01:00
parent ce95d5de3e
commit 8849d67cf1

View File

@ -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
}