Alexey Palazhchenko 8 years ago
parent
commit
c48c40ca0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server.go

+ 1 - 1
server.go

@@ -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
 	}