Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
fix spelling error in d.size_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar committed Oct 24, 2020
1 parent 1b878d6 commit 1d54d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtorrent/rtorrent.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
// DLabel represents the label of a "Downloading Item"
DLabel Field = "d.custom1"
// DSizeInBytes represents the size in bytes of a "Downloading Item"
DSizeInBytes Field = "d.syze_bytes"
DSizeInBytes Field = "d.size_bytes"
// DHash represents the hash of a "Downloading Item"
DHash Field = "d.hash"
// DBasePath represents the base path of a "Downloading Item"
Expand Down

0 comments on commit 1d54d6d

Please sign in to comment.