[Pkg-ocaml-maint-commits] [SCM] mldonkey packaging branch, master, updated. debian/3.0.1-1-11-gb3b19e0

Stephane Glondu steph at glondu.net
Fri Aug 6 03:16:34 UTC 2010


The following commit has been merged in the master branch:
commit a985c970a905607175024eed044d2f70bf47c3a8
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Aug 5 22:08:49 2010 -0400

    Fix typos

diff --git a/debian/utils/mldonkey_files.ml b/debian/utils/mldonkey_files.ml
index 4dcea5c..97dca24 100644
--- a/debian/utils/mldonkey_files.ml
+++ b/debian/utils/mldonkey_files.ml
@@ -78,7 +78,7 @@ let _ =
     ("--split", Arg.String ( fun x -> action := Split x ),
        "Split file '-f0', put entry with source network arg in '-f1', rest in '-f2'");
     ("--test", Arg.String ( fun x -> action := Test x),
-      "Test if file '-f0' containes source network arg");
+      "Test if file '-f0' contains source network arg");
     ("--join", Arg.Unit ( fun () -> action := Join ),
       "Joind file '-f1' and '-f2', put result in '-f0'");
     ("-f0", Arg.String ( fun x -> filename_part0 := Some x ),
diff --git a/debian/xml-man/mlnet.help b/debian/xml-man/mlnet.help
index c84f88d..bc9e4d0 100644
--- a/debian/xml-man/mlnet.help
+++ b/debian/xml-man/mlnet.help
@@ -211,11 +211,11 @@
   -max_recover_zeroes_gap <string> : 	The maximal length of zero bytes between non-zero bytes in a file that
   should be interpreted as downloaded during a recovery (current: 16)
   -file_completed_cmd <string> : 	A command that is called when a file is committed, does not work on MinGW.
-  Arguments are (kept for compatability):
+  Arguments are (kept for compatibility):
     $1 - temp file name, without path
     $2 - file size
     $3 - filename of the committed file
-  Also these environment variables can be used (prefered way):
+  Also these environment variables can be used (preferred way):
     $TEMPNAME  - temp file name, including path
     $FILEID    - same as $1
     $FILESIZE  - same as $2
@@ -231,7 +231,7 @@
    (current: )
   -file_started_cmd <string> : 	The command which is called when a download is started. Arguments
   are '-file <num>'
-  Also these environment variables can be used (prefered way):
+  Also these environment variables can be used (preferred way):
     $TEMPNAME  - temp file name, including path
     $FILEID    - same as $1
     $FILESIZE  - same as $2
@@ -358,7 +358,7 @@ For high-volume links raise this value to 1.000.000 or higher. (current: 500000)
   --ED2K-walker_server_lifetime <string> : 	The maximal delay a connection with a server should last when walking through the list (current: 300)
   --ED2K-log_clients_on_console <string> : 	 (current: false)
   --ED2K-propagate_sources <string> : 	Allow mldonkey to propagate your sources to other mldonkey clients.
-   This function is superseeded by eMule-style source exchange,
+   This function is superseded by eMule-style source exchange,
    this option is outdated (current: false)
   --ED2K-max_sources_per_file <string> : 	Maximal number of sources for each file (current: 5000)
   --ED2K-keep_sources <string> : 	Save sources to file_sources.ini and reload them on core start. (current: true)

-- 
mldonkey packaging



More information about the Pkg-ocaml-maint-commits mailing list