From 57286dff4fce4c0c612eab49a625eb8af3e7a3f8 Mon Sep 17 00:00:00 2001 From: shengxiang Date: Tue, 26 Sep 2017 18:16:19 +0800 Subject: [PATCH] fix spell error --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dc55e85..6f5f48d 100644 --- a/main.go +++ b/main.go @@ -249,7 +249,7 @@ func (m *DownloadManager) DelayDel(id string, sleep time.Duration) { type DownloadProxy struct { writer io.Writer Id string `json:"id"` - TotalSize int `json:"titalSize"` + TotalSize int `json:"totalSize"` CopiedSize int `json:"copiedSize"` Message string `json:"message"` Error string `json:"error,omitempty"`