mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-04-22 07:07:51 +02:00
Fix typo
This commit is contained in:
parent
0ae8db82d4
commit
c48c40ca0b
@ -181,7 +181,7 @@ func (h httpHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
b, err = processImage(b, procOpt)
|
b, err = processImage(b, procOpt)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
respondWithError(rw, 500, err, "Error occured while processing image")
|
respondWithError(rw, 500, err, "Error occurred while processing image")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user