mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTProtoco


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTProtocol.ml
Date: Wed, 06 Jul 2005 20:25:51 -0400

Index: mldonkey/src/networks/bittorrent/bTProtocol.ml
diff -u mldonkey/src/networks/bittorrent/bTProtocol.ml:1.17 
mldonkey/src/networks/bittorrent/bTProtocol.ml:1.18
--- mldonkey/src/networks/bittorrent/bTProtocol.ml:1.17 Sun Apr 24 19:44:16 2005
+++ mldonkey/src/networks/bittorrent/bTProtocol.ml      Thu Jul  7 00:25:46 2005
@@ -215,7 +215,7 @@
           int: begin
           int: length (power of 2, 2 ^ 15)
 
-Chock/unchock every 10 seconds        
+Choke/unchoke every 10 seconds        
 *)
 
 
@@ -276,7 +276,7 @@
       | Ping -> "Ping"
       | PeerID s ->  Printf.sprintf  "PeerID [%s]" (String.escaped s)
     
-    let parser opcode m = 
+    let parsing opcode m = 
         match opcode with
           0 -> Choke
         | 1 -> Unchoke




reply via email to

[Prev in Thread] Current Thread [Next in Thread]