fix: Trivial typo in error message (#4878)

master
Justin Clift 7 years ago committed by Dee Koder
parent e26a706dff
commit 5a73aecb5c
  1. 2
      cmd/api-errors.go

@ -580,7 +580,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{
/// Minio extensions.
ErrStorageFull: {
Code: "XMinioStorageFull",
Description: "Storage backend has reached its minimum free disk threshold. Please delete few objects to proceed.",
Description: "Storage backend has reached its minimum free disk threshold. Please delete a few objects to proceed.",
HTTPStatusCode: http.StatusInternalServerError,
},
ErrObjectExistsAsDirectory: {

Loading…
Cancel
Save