From 3c7904cd673042a4eac76b86b2164e0e0524052c Mon Sep 17 00:00:00 2001 From: Akito13 Date: Sat, 30 Mar 2019 02:30:12 +0100 Subject: [PATCH] Fixed typo --- server/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/handlers.go b/server/handlers.go index 5c989b5..827d657 100644 --- a/server/handlers.go +++ b/server/handlers.go @@ -437,7 +437,7 @@ func (s *Server) putHandler(w http.ResponseWriter, r *http.Request) { if contentLength == 0 { log.Print("Empty content-length") - http.Error(w, errors.New("Could not uplpoad empty file").Error(), 400) + http.Error(w, errors.New("Could not upload empty file").Error(), 400) return }