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
1 changed files with 1 additions and 1 deletions

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