diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-11 09:45:26 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-11 09:45:26 +0400 |
commit | 72b5356bd146dc2cc55fb8b7770044a26c423e0d (patch) | |
tree | 416608c72cd4aeef745f55b9eb8bf49d5f4070ca /src/Network | |
parent | b083c7ea2e9b262ba23deb00cb063819978adb92 (diff) |
Fix typo
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Wire.hs | 2 |
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 | -- |