logs: fix comment spelling

This commit is contained in:
nichtsen 2021-09-07 19:18:02 +08:00
parent cc19834f79
commit 1a52d005b1

View File

@ -66,7 +66,7 @@ type fileLogWriter struct {
Level int `json:"level"`
// Permissions for log file
Perm string `json:"perm"`
// Permissions for directory if it is spcified in FileName
// Permissions for directory if it is specified in FileName
DirPerm string `json:"dirperm"`
RotatePerm string `json:"rotateperm"`