mirror of https://github.com/minio/minio.git
fix typo (#1987)
This commit is contained in:
parent
9add048f3c
commit
1e52759c3c
2
posix.go
2
posix.go
|
@ -111,7 +111,7 @@ func newPosix(diskPath string) (StorageAPI, error) {
|
|||
return fs, nil
|
||||
}
|
||||
|
||||
// checkDiskFree verifies if disk path has sufficient minium free disk space.
|
||||
// checkDiskFree verifies if disk path has sufficient minimum free disk space.
|
||||
func checkDiskFree(diskPath string, minFreeDisk int64) (err error) {
|
||||
if err = checkPathLength(diskPath); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue