Merge pull request #95 from fate-grand-order/patch-2

fix misspell "timestamp"
This commit is contained in:
Lantao Liu
2017-02-21 13:33:55 -08:00
committed by GitHub
@@ -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)