1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 23:23:54 +00:00

fix another typo in rpc-spec: "tnumber" should read "number". reported by mwarning

This commit is contained in:
Charles Kerr 2009-08-28 16:00:48 +00:00
parent 4b0b73d893
commit a810d6e946

View file

@ -175,8 +175,8 @@
peersSendingToUs | number | tr_stat
percentDone | double | tr_stat
pieces | string (see below) | tr_torrent
pieceCount | tnumber | tr_info
pieceSize | tnumber | tr_info
pieceCount | number | tr_info
pieceSize | number | tr_info
priorities | array (see below) | n/a
rateDownload (B/s) | number | tr_stat
rateUpload (B/s) | number | tr_stat