spelling mistake bugfix for TorrentDotNET

This commit is contained in:
spyhole 2004-10-13 13:13:52 +00:00
parent 3a888c84b5
commit b475883c66
1 changed files with 2 additions and 1 deletions

View File

@ -150,6 +150,7 @@ namespace
typedef std::pair<char const*, char const*> map_entry;
// only support BitTorrentSpecification
// must be ordered alphabetically
map_entry name_map[] =
{
@ -164,7 +165,7 @@ namespace
, map_entry("S", "Shadow")
, map_entry("SS", "SwarmScope")
, map_entry("T", "BitTornado")
, map_entry("TN", "TorrentDonNet")
, map_entry("TN", "TorrentDotNET")
, map_entry("TS", "TorrentStorm")
, map_entry("U", "UPnP")
, map_entry("XT", "XanTorrent")