From b475883c66d67ddeb5fbb968bf7027500876b172 Mon Sep 17 00:00:00 2001 From: spyhole Date: Wed, 13 Oct 2004 13:13:52 +0000 Subject: [PATCH] spelling mistake bugfix for TorrentDotNET --- src/identify_client.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/identify_client.cpp b/src/identify_client.cpp index 1e25b0ae6..7bb8a1128 100755 --- a/src/identify_client.cpp +++ b/src/identify_client.cpp @@ -150,6 +150,7 @@ namespace typedef std::pair 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")