mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
fix misspell "timestamp"
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user