fix minor spelling error
This commit is contained in:
parent
ce95d5de3e
commit
8849d67cf1
2
proxy.go
2
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user