This commit is contained in:
Alexey Palazhchenko
2017-07-07 11:48:43 +03:00
committed by GitHub
parent 0ae8db82d4
commit c48c40ca0b

View File

@@ -181,7 +181,7 @@ func (h httpHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
b, err = processImage(b, procOpt)
if err != nil {
respondWithError(rw, 500, err, "Error occured while processing image")
respondWithError(rw, 500, err, "Error occurred while processing image")
return
}