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:
parent
a0385f7ad7
commit
f962bd06ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue