Browse Source

Fix incorrect spelling in error message

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
Phil Estes 6 years ago
parent
commit
f962bd06ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/logger/jsonfilelog/jsonfilelog.go

+ 1 - 1
daemon/logger/jsonfilelog/jsonfilelog.go

@@ -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