Explorar o código

Merge pull request #2 from AlekSi/patch-1

Fix typo
Sergey Alexandrovich %!s(int64=8) %!d(string=hai) anos
pai
achega
220e417b57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	}