mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
Misspell warnings fix (#2001)
This commit is contained in:
committed by
Harshavardhana
parent
0d3a9c9438
commit
ce7d5eddbc
@@ -168,7 +168,7 @@ func (n networkStorage) StatFile(volume, path string) (fileInfo FileInfo, err er
|
||||
return fileInfo, nil
|
||||
}
|
||||
|
||||
// ReadAll - reads entire contents of the file at path until EOF, retuns the
|
||||
// ReadAll - reads entire contents of the file at path until EOF, returns the
|
||||
// contents in a byte slice. Returns buf == nil if err != nil.
|
||||
// This API is meant to be used on files which have small memory footprint, do
|
||||
// not use this on large files as it would cause server to crash.
|
||||
|
||||
Reference in New Issue
Block a user