fix r5243 typo reported by BentMyWookie

This commit is contained in:
Charles Kerr 2008-03-13 11:57:42 +00:00
parent f03073e080
commit 18ab99970b
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ freeTorrent( tr_torrent * tor )
assert( h->torrentCount >= 1 );
h->torrentCount--;
tr_torinf( tor, _( "Closing torrent %s; %d torrents left" ),
tr_torinf( tor, _( "Closing torrent %d torrents left" ),
h->torrentCount );
tr_metainfoFree( inf );