summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Network/BitTorrent/Exchange/Wire.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs
index 8eca5120..ef53032e 100644
--- a/src/Network/BitTorrent/Exchange/Wire.hs
+++ b/src/Network/BitTorrent/Exchange/Wire.hs
@@ -677,7 +677,7 @@ connectWire hs addr extCaps wire =
677 677
678-- | Accept 'Wire' connection using already 'Network.Socket.accept'ed 678-- | Accept 'Wire' connection using already 'Network.Socket.accept'ed
679-- socket. For peer listener loop the 'acceptSafe' should be 679-- socket. For peer listener loop the 'acceptSafe' should be
680-- prefered against 'accept'. The socket will be close at exit. 680-- prefered against 'accept'. The socket will be closed at exit.
681-- 681--
682-- This function can throw 'WireFailure' exception. 682-- This function can throw 'WireFailure' exception.
683-- 683--