Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
Correct a spelling mistake in a function header.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Nov 6, 2017
1 parent 7e31d19 commit c835258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NOTES:
// ccLog is the logger used to record all messages
var ccLog *logrus.Entry

// originalLoggerLevel is the default log level. It is used to rever the
// originalLoggerLevel is the default log level. It is used to revert the
// current log level back to its original value if debug output is not
// required.
var originalLoggerLevel logrus.Level
Expand Down

0 comments on commit c835258

Please sign in to comment.