style: correct the wrong word

This commit is contained in:
Aquilao
2021-02-11 16:18:06 +08:00
committed by ᴍᴏᴏɴD4ʀᴋ
parent be318d6ef0
commit 7eee36812d
+2 -2
View File
@@ -491,7 +491,7 @@ func (d *downloads) ChromeParse(key []byte) error {
TotalBytes: totalBytes,
StartTime: utils.TimeEpochFormat(startTime),
EndTime: utils.TimeEpochFormat(endTime),
MimiType: mimeType,
MimeType: mimeType,
}
if err != nil {
log.Error(err)
@@ -953,7 +953,7 @@ type (
TotalBytes int64
StartTime time.Time
EndTime time.Time
MimiType string
MimeType string
}
card struct {
GUID string