Skip to content

Commit

Permalink
server/util: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Apr 11, 2017
1 parent b9be636 commit 97fca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97fca69

Please sign in to comment.