mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix spelling error in deluge-console output.
This commit is contained in:
parent
57ac902d50
commit
9060de9b70
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class Command(BaseCommand):
|
|||
if status["state"] in ("Seeding", "Downloading", "Queued"):
|
||||
s = "{!info!}Seeds: {!input!}%s (%s)" % (status["num_seeds"], status["total_seeds"])
|
||||
s += " {!info!}Peers: {!input!}%s (%s)" % (status["num_peers"], status["total_peers"])
|
||||
s += " {!info!}Availibility: {!input!}%.2f" % status["distributed_copies"]
|
||||
s += " {!info!}Availability: {!input!}%.2f" % status["distributed_copies"]
|
||||
self.console.write(s)
|
||||
|
||||
s = "{!info!}Size: {!input!}%s/%s" % (common.fsize(status["total_done"]), common.fsize(status["total_size"]))
|
||||
|
|
Loading…
Add table
Reference in a new issue