diff --git a/server/util.go b/server/util.go index e0e322516fab..43fbb4a09749 100644 --- a/server/util.go +++ b/server/util.go @@ -287,7 +287,7 @@ func (rf *redirectFormatter) Format(pkg string, level capnslog.LogLevel, depth i // Flush only for implementing Formatter. func (rf *redirectFormatter) Flush() {} -// modifyHook enjects file name and line pos into log entry. +// modifyHook injects file name and line pos into log entry. type contextHook struct{} // Fire implements logrus.Hook interface