mirror of
https://github.com/minio/minio.git
synced 2025-03-01 06:19:14 -05:00
fix: Trivial typo in error message (#4878)
This commit is contained in:
parent
e26a706dff
commit
5a73aecb5c
@ -580,7 +580,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{
|
|||||||
/// Minio extensions.
|
/// Minio extensions.
|
||||||
ErrStorageFull: {
|
ErrStorageFull: {
|
||||||
Code: "XMinioStorageFull",
|
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,
|
HTTPStatusCode: http.StatusInternalServerError,
|
||||||
},
|
},
|
||||||
ErrObjectExistsAsDirectory: {
|
ErrObjectExistsAsDirectory: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user