Skip to content

Commit a756ef4

Browse files
author
fate-grand-order
authored
fix misspell "timestamp"
1 parent 0f5db9e commit a756ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/systemlogmonitor/logwatchers/filelog/translator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (t *translator) translate(line string) (*logtypes.Log, error) {
6666
if err != nil {
6767
return nil, fmt.Errorf("failed to parse timestamp %q: %v", matches[len(matches)-1], err)
6868
}
69-
// Formalize the timestmap.
69+
// Formalize the timestamp.
7070
timestamp = formalizeTimestamp(timestamp)
7171
// Parse message.
7272
matches = t.messageRegexp.FindStringSubmatch(line)

0 commit comments

Comments
 (0)