1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 10:15:45 +00:00

fix copy-paste error in rpc-spec.txt: errorString is a string, not a number. reported by mwarning

This commit is contained in:
Charles Kerr 2009-08-28 15:56:59 +00:00
parent c5a67b524e
commit 4b0b73d893

View file

@ -147,7 +147,7 @@
downloadLimit | number | tr_torrent downloadLimit | number | tr_torrent
downloadLimited | boolean | tr_torrent downloadLimited | boolean | tr_torrent
error | number | tr_stat error | number | tr_stat
errorString | number | tr_stat errorString | string | tr_stat
eta | number | tr_stat eta | number | tr_stat
files | array (see below) | n/a files | array (see below) | n/a
fileStats | array (see below) | n/a fileStats | array (see below) | n/a