Browse code

Fix incorrect spelling in error message

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>

Phil Estes authored on 2018/08/23 00:28:11
Showing 1 changed files
... ...
@@ -50,7 +50,7 @@ func New(info logger.Info) (logger.Logger, error) {
50 50
 			return nil, err
51 51
 		}
52 52
 		if capval <= 0 {
53
-			return nil, fmt.Errorf("max-size should be a positive numbler")
53
+			return nil, fmt.Errorf("max-size must be a positive number")
54 54
 		}
55 55
 	}
56 56
 	var maxFiles = 1