mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Add space to error message (#5108)
This commit is contained in:
parent
03df692ae2
commit
7195ac7f14
@ -337,7 +337,7 @@ type PartTooSmall struct {
|
||||
}
|
||||
|
||||
func (e PartTooSmall) Error() string {
|
||||
return fmt.Sprintf("Part size for %d should be atleast 5MB", e.PartNumber)
|
||||
return fmt.Sprintf("Part size for %d should be at least 5MB", e.PartNumber)
|
||||
}
|
||||
|
||||
// PartTooBig returned if size of part is bigger than the allowed limit.
|
||||
|
Loading…
Reference in New Issue
Block a user