This commit is contained in:
Remco Verhoef 2016-06-26 20:27:04 +02:00 committed by Harshavardhana
parent 9add048f3c
commit 1e52759c3c

View file

@ -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