typos in godoc

This commit is contained in:
Julien Neuhart
2018-03-30 13:13:55 +02:00
parent 6b0fb2c3f9
commit a4ee269fbc
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ type logger struct {
logger *logrus.Logger
}
// log is our logger instance used accross the application.
// log is our logger instance used across the application.
var log = newLogger()
// newLogger instantiates a logger instance with default values.