Description: fix various spelling errors reported by Lintian
Author: Graham Inggs <ginggs@debian.org>
Forwarded: No, nothing left to forward to
Last-Update: 2020-07-05

--- a/mainSrc/d4lib.c
+++ b/mainSrc/d4lib.c
@@ -148,14 +148,14 @@
    { 0x03, "Transaction channel cant be closed."                  ,0 },
    { 0x04, "No sufficient resources available now."                ,0 },
    { 0x05, "Connection denied."                                    ,1 },
-   { 0x06, "Channel allready open."                                ,0 },
+   { 0x06, "Channel already open."                                ,0 },
    { 0x07, "Credit overflow, previous credit remain valid."        ,0 },
    { 0x08, "Channel is not open."                                  ,1 },
    { 0x09, "Service not available on specified socket."            ,1 },
    { 0x0a, "Service name to socket ID failed."                     ,1 },
    { 0x0b, "Init transaction failed."                              ,1 },
    { 0x0c, "Invalid packet size."                                  ,1 },
-   { 0x0d, "Requested packed size is 0, no data can be transfered.",0 },
+   { 0x0d, "Requested packed size is 0, no data can be transferred.",0 },
    { 0x80, "Malformed packet, ignored."                            ,1 },
    { 0x81, "No credit for received packet, ignored"                ,0 },
    { 0x82, "Reply dont match with outstanding command, ignored."  ,1 },
--- a/mainSrc/tres.c
+++ b/mainSrc/tres.c
@@ -980,7 +980,7 @@
    "    -v --version          print version\\n"
    "    -l --list-printer     list known printers\\n"
    "  Misc:\\n"
-   "    -L                    debug ouput for D4 protocol on stderr\\n"
+   "    -L                    debug output for D4 protocol on stderr\\n"
    "    -u                    printout with UTF-8 code\\n",
 
    ".syntaxM:"
@@ -998,7 +998,7 @@
    "    -v --version          print version\\n"
    "    -l --list-printer     list known printers\\n"
    "  Misc:\\n"
-   "    -L                    debug ouput for D4 protocol on stderr\\n"
+   "    -L                    debug output for D4 protocol on stderr\\n"
    "    -u                    printout with UTF-8 code\\n",
 
 #if 0
@@ -1222,7 +1222,7 @@
    "    -v --version          print version\\n"
    "    -l --list-printer     list known printers\\n"
    "  Misc:\\n"
-   "    -L                    debug ouput for D4 protocol on stderr\\n"
+   "    -L                    debug output for D4 protocol on stderr\\n"
    "    -u                    printout with UTF-8 code\\n",
 
    ".syntaxM:"
@@ -1240,7 +1240,7 @@
    "    -v --version          print version\\n"
    "    -l --list-printer     list known printers\\n"
    "  Misc:\\n"
-   "    -L                    debug ouput for D4 protocol on stderr\\n"
+   "    -L                    debug output for D4 protocol on stderr\\n"
    "    -u                    printout with UTF-8 code\\n",
 
 #if 0
@@ -2858,7 +2858,7 @@
    "    -v --version          skriv ut versionsnummer\\n"
    "    -l --list-printer     skriv ut lista av knda skrivaren\\n"
    "  Andra:\\n"
-   "    -L                    debug ouput fr D4-protokollet p stderr\\n"
+   "    -L                    debug output fr D4-protokollet p stderr\\n"
    "    -u                    utskrift med UTF-8-kod\\n",
 
    ".Sv.syntaxM:"
@@ -2876,7 +2876,7 @@
    "    -v --version          skriv ut versionsnummer\\n"
    "    -l --list-printer     skriv ut lista av knda skrivaren\\n"
    "  Andra:\\n"
-   "    -L                    debug ouput fr D4-protokollet p stderr\\n"
+   "    -L                    debug output fr D4-protokollet p stderr\\n"
    "    -u                    utskrift med UTF-8-kod\\n",
 
 #if 0
@@ -3086,7 +3086,7 @@
    "    -v --version          skriv ut versionsnummer\\n"
    "    -l --list-printer     skriv ut lista av kända skrivaren\\n"
    "  Andra:\\n"
-   "    -L                    debug ouput för D4-protokollet på stderr\\n"
+   "    -L                    debug output för D4-protokollet på stderr\\n"
    "    -u                    utskrift med UTF-8-kod\\n",
 
    ".Sv8.syntaxM:"
@@ -3104,7 +3104,7 @@
    "    -v --version          skriv ut versionsnummer\\n"
    "    -l --list-printer     skriv ut lista av kända skrivaren\\n"
    "  Andra:\\n"
-   "    -L                    debug ouput för D4-protokollet på stderr\\n"
+   "    -L                    debug output för D4-protokollet på stderr\\n"
    "    -u                    utskrift med UTF-8-kod\\n",
 
 #if 0
--- a/html/mtinkd.html
+++ b/html/mtinkd.html
@@ -102,7 +102,7 @@
 name and space characters are to be replaced by the "_ " character.
 This will be the case for the <i>Stylus Scan 2500</i> (model anme is<i>Scan_2500</i>).
       <br>
-This option may also be usefull for multifunction device as the <i>Stylus
+This option may also be useful for multifunction device as the <i>Stylus
 Photo 895</i> under Linux. If the printer is powered off and then on,
 the usb kernel will not detect the printer properly and mtinkd must be
 at least stopped and started again.<br>
--- a/server/mtinkd.c
+++ b/server/mtinkd.c
@@ -1088,7 +1088,7 @@
 
    if ( debug )
    {
-      fprintf(stderr,"Fifo <%s> created and rigths set\n",fifoName);
+      fprintf(stderr,"Fifo <%s> created and rights set\n",fifoName);
    }
 
    /* open the pipe */
