mirror of
https://github.com/minio/minio.git
synced 2025-04-06 12:50:34 -04:00
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
|
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) {
|
func checkDiskFree(diskPath string, minFreeDisk int64) (err error) {
|
||||||
if err = checkPathLength(diskPath); err != nil {
|
if err = checkPathLength(diskPath); err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user