From 39c068400e9dd3a577580faa41e87140c2d2e499 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Sat, 6 Dec 2014 20:22:48 -0500 Subject: Fix spelling errors in comments. --- modules/log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/log/log.go') 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() -- cgit v1.2.3