style: correct the wrong word

pull/83/head
Aquilao 4 years ago committed by ᴍᴏᴏɴD4ʀᴋ
parent be318d6ef0
commit 7eee36812d
  1. 4
      core/data/parse.go

@ -491,7 +491,7 @@ func (d *downloads) ChromeParse(key []byte) error {
TotalBytes: totalBytes, TotalBytes: totalBytes,
StartTime: utils.TimeEpochFormat(startTime), StartTime: utils.TimeEpochFormat(startTime),
EndTime: utils.TimeEpochFormat(endTime), EndTime: utils.TimeEpochFormat(endTime),
MimiType: mimeType, MimeType: mimeType,
} }
if err != nil { if err != nil {
log.Error(err) log.Error(err)
@ -953,7 +953,7 @@ type (
TotalBytes int64 TotalBytes int64
StartTime time.Time StartTime time.Time
EndTime time.Time EndTime time.Time
MimiType string MimeType string
} }
card struct { card struct {
GUID string GUID string

Loading…
Cancel
Save