Ver a proveniência

Fixed typo

tags/v1.0.0^2
Akito13 há 5 anos
committed by GitHub
ascendente
cometimento
3c7904cd67
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      server/handlers.go

+ 1
- 1
server/handlers.go Ver ficheiro

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



Carregando…
Cancelar
Guardar