fix some typos

This commit is contained in:
Markus Zimmermann
2014-10-16 14:39:13 +02:00
parent 965349de21
commit 5573f97efc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"time"
)
// An entry is the final or intermediate Logrus logging entry. It containts all
// An entry is the final or intermediate Logrus logging entry. It contains all
// the fields passed with WithField{,s}. It's finally logged when Debug, Info,
// Warn, Error, Fatal or Panic is called on it. These objects can be reused and
// passed around as much as you wish to avoid field duplication.