mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-09 19:52:30 +02:00
Fix typo
This commit is contained in:
committed by
GitHub
parent
0ae8db82d4
commit
c48c40ca0b
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user