Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
fix spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Sep 26, 2017
1 parent 2e1a888 commit 57286df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 57286df

Please sign in to comment.