mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...
Date: Sat, 16 Sep 2006 09:38:59 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/09/16 09:38:59

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverCommands.ml 
        src/networks/bittorrent: bTInteractive.ml 

Log message:
        patch #5392

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1007&r2=1.1008
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/driver/driverCommands.ml?cvsroot=mldonkey&r1=1.174&r2=1.175
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/bittorrent/bTInteractive.ml?cvsroot=mldonkey&r1=1.106&r2=1.107

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1007
retrieving revision 1.1008
diff -u -b -r1.1007 -r1.1008
--- distrib/ChangeLog   16 Sep 2006 09:36:59 -0000      1.1007
+++ distrib/ChangeLog   16 Sep 2006 09:38:59 -0000      1.1008
@@ -15,6 +15,7 @@
 =========
 
 2006/09/16
+5392: fix typos in help texts (schlotter)
 5394: Fix max_hard_up/download_rate computation
 - crashed on Windows when max_hard_upload_rate = 0
 - when max_hard_upload_rate = 0 max_hard_download_rate was badly computed

Index: src/daemon/driver/driverCommands.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/driver/driverCommands.ml,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -b -r1.174 -r1.175
--- src/daemon/driver/driverCommands.ml 13 Sep 2006 08:56:33 -0000      1.174
+++ src/daemon/driver/driverCommands.ml 16 Sep 2006 09:38:59 -0000      1.175
@@ -302,7 +302,7 @@
        end;
 
        !out
-    ), ":\t\t\t\t\t$badd an command alias\n"
+    ), ":\t\t\t\t\t$badd a command alias\n"
        ^"\t\t\t\t\tfor example: \"alias ca cancel all\" makes an alias\n"
        ^"\t\t\t\t\t\"ca\" performing \"cancel all\"\n"
        ^"\t\t\t\t\tto substitute an alias just make a new one\n"
@@ -2729,7 +2729,7 @@
       let list = List2.tail_map file_info !!files in
       DriverInteractive.filenames_variability o list;
       _s "done"
-    ), ":\t\t\t\tTell what files have several very different names";
+    ), ":\t\t\ttell which files have several very different names";
 
     "dllink", Arg_multiple (fun args o ->
         let url = String2.unsplit args ' ' in

Index: src/networks/bittorrent/bTInteractive.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/bittorrent/bTInteractive.ml,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- src/networks/bittorrent/bTInteractive.ml    5 Sep 2006 14:18:24 -0000       
1.106
+++ src/networks/bittorrent/bTInteractive.ml    16 Sep 2006 09:38:59 -0000      
1.107
@@ -971,7 +971,7 @@
       else
         Printf.bprintf buf "started sending stops...\n";
        _s ""
-    ), _s ":\t\t\t\tstops all bittorrent downloads, use this if you want to 
make sure that the stop signal actually\n\t\t\t\t\tgets to the tracker when 
shuting mlnet down, but you have to wait till the stops get to 
the\n\t\t\t\t\ttracker and not wait too long, so mldonkey reconnects to the 
tracker :)";
+    ), _s ":\t\t\t\tstops all bittorrent downloads, use this if you want to 
make sure that the stop signal actually\n\t\t\t\t\tgets to the tracker when 
shutting mlnet down, but you have to wait till the stops get to 
the\n\t\t\t\t\ttracker and not wait too long, so mldonkey reconnects to the 
tracker :)";
 
     "tracker", "Network/Bittorrent", Arg_multiple (fun args o ->
         try




reply via email to

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