1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix incorrect spelling in error message

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2018-08-22 11:28:11 -04:00
parent a0385f7ad7
commit f962bd06ed
No known key found for this signature in database
GPG key ID: 0F386284C03A1162

View file

@ -50,7 +50,7 @@ func New(info logger.Info) (logger.Logger, error) {
return nil, err
}
if capval <= 0 {
return nil, fmt.Errorf("max-size should be a positive numbler")
return nil, fmt.Errorf("max-size must be a positive number")
}
}
var maxFiles = 1