diff options
Diffstat (limited to 'modules/log/log.go')
-rw-r--r-- | modules/log/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/log/log.go b/modules/log/log.go index 4fb74d40c8..82492ce3fa 100644 --- a/modules/log/log.go +++ b/modules/log/log.go @@ -162,7 +162,7 @@ func newLogger(buffer int64) *Logger { return l } -// SetLogger sets new logger instanse with given logger adapter and config. +// SetLogger sets new logger instance with given logger adapter and config. func (l *Logger) SetLogger(adapter string, config string) error { l.lock.Lock() defer l.lock.Unlock() |