fix misspell "timestamp"

This commit is contained in:
fate-grand-order
2017-02-21 23:01:30 +08:00
committed by GitHub
parent 0f5db9e72f
commit a756ef48f3
@@ -66,7 +66,7 @@ func (t *translator) translate(line string) (*logtypes.Log, error) {
if err != nil {
return nil, fmt.Errorf("failed to parse timestamp %q: %v", matches[len(matches)-1], err)
}
// Formalize the timestmap.
// Formalize the timestamp.
timestamp = formalizeTimestamp(timestamp)
// Parse message.
matches = t.messageRegexp.FindStringSubmatch(line)