Przeglądaj źródła

Merge pull request #2 from AlekSi/patch-1

Fix typo
Sergey Alexandrovich 8 lat temu
rodzic
commit
220e417b57
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 	}