From c2b404252f33505066a42439b2227647793ad62e Mon Sep 17 00:00:00 2001 From: Matthew Townsend Date: Tue, 25 Jul 2017 19:33:00 -0700 Subject: [PATCH] typos: "transfered" -> "transferred" --- WebUI-API-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebUI-API-Documentation.md b/WebUI-API-Documentation.md index 90b7f06..bed910d 100644 --- a/WebUI-API-Documentation.md +++ b/WebUI-API-Documentation.md @@ -271,11 +271,11 @@ Value | Description `pausedDL` | Torrent is paused and has NOT finished downloading `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 transfered +`uploading` | Torrent is being seeded and data is being transferred `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 transfered +`downloading` | Torrent is being downloaded and data is being transferred `stalledDL` | Torrent is being downloaded, but no connection were made `metaDL` | Torrent has just started downloading and is fetching metadata