typos: "transfered" -> "transferred"

Matthew Townsend
2017-07-25 19:33:00 -07:00
parent adb5fb465c
commit c2b404252f

@@ -271,11 +271,11 @@ Value | Description
`queuedUP` | Queuing is enabled and torrent is queued for upload
`queuedDL` | Queuing is enabled and torrent is queued for download
`uploading` | Torrent is being seeded and data is being transferred
`stalledUP` | Torrent is being seeded, but no connection were made
`stalledUP` | Torrent is being seeded, but no connection were made
`checkingUP` | Torrent has finished downloading and is being checked; this status also applies to preallocation (if enabled) and checking resume data on qBt startup
`checkingDL` | Same as checkingUP, but torrent has NOT finished downloading
`downloading` | Torrent is being downloaded and data is being transferred
`stalledDL` | Torrent is being downloaded, but no connection were made
`stalledDL` | Torrent is being downloaded, but no connection were made
`metaDL` | Torrent has just started downloading and is fetching metadata
### Get torrent generic properties ###