1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Merge pull request #2 from AlekSi/patch-1

Fix typo
This commit is contained in:
Sergey Alexandrovich 2017-07-07 15:37:39 +06:00 committed by GitHub
commit 220e417b57

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
}