fixed "paramater" spelling error
[ckermit.git] / debian / patches / 060_speeling.patch
1 Fix spelling errors.
2 Index: ckermit/ckcftp.c
3 ===================================================================
4 --- ckermit.orig/ckcftp.c       2010-05-12 01:33:56.000000000 +0100
5 +++ ckermit/ckcftp.c    2010-05-12 01:33:59.000000000 +0100
6 @@ -8623,7 +8623,7 @@
7  #endif /* NOCSETS */
8      "  /SERVER-RENAME:text",
9      "    Each server source file is to be renamed on the server as indicated",
10 -    "    immediately after, but only if, it has arrived succesfully.",
11 +    "    immediately after, but only if, it has arrived successfully.",
12      "  /SMALLER-THAN:number",
13      "    Download only those files smaller than the given number of bytes.",
14      "  /TEXT",                          /* /ASCII */
15 Index: ckermit/ckuus2.c
16 ===================================================================
17 --- ckermit.orig/ckuus2.c       2010-05-12 01:33:56.000000000 +0100
18 +++ ckermit/ckuus2.c    2010-05-12 01:36:39.000000000 +0100
19 @@ -3660,7 +3660,7 @@
20  " ",
21  "SET DIAL RETRIES <number>",
22  "  How many times to redial each number if the dialing result is busy or no",
23 -"  no answer, until the call is succesfully answered.  The default is 0",
24 +"  no answer, until the call is successfully answered.  The default is 0",
25  "  because automatic redialing is illegal in some countries.",
26  " ",
27  "SET DIAL INTERVAL <number>",
28 @@ -9012,7 +9012,7 @@
29  "" };
30  
31  static char *hxyxfer[] = {
32 -"Syntax: SET TRANSFER (or XFER) paramater value",
33 +"Syntax: SET TRANSFER (or XFER) parameter value",
34  " ",
35  "Choices:",
36  " ",
37 Index: ckermit/ckuker.nr
38 ===================================================================
39 --- ckermit.orig/ckuker.nr      2010-05-12 01:33:59.000000000 +0100
40 +++ ckermit/ckuker.nr   2010-05-12 01:33:59.000000000 +0100
41 @@ -879,7 +879,7 @@
42  Sends all files that match.
43  .TP
44  RESEND [ options ] filespec
45 -Resumes an interupted SEND from the point of failure.
46 +Resumes an interrupted SEND from the point of failure.
47  .TP
48  RECEIVE [ options ] [ as\(hyname ]                    
49  Waits passively for files to arrive. Synonym: R.
50 @@ -947,7 +947,7 @@
51  Sends all files that match.
52  .TP
53  RESEND [ options ] filespec
54 -Resumes an interupted SEND from the point of failure.
55 +Resumes an interrupted SEND from the point of failure.
56  .TP
57  GET [ options ] remote\(hyfilespec
58  Asks the server to send the given files. Synonym: G.
59 Index: ckermit/ckututor.txt
60 ===================================================================
61 --- ckermit.orig/ckututor.txt   2010-05-12 01:33:56.000000000 +0100
62 +++ ckermit/ckututor.txt        2010-05-12 01:33:59.000000000 +0100
63 @@ -682,7 +682,7 @@
64            SEND [ options ] filename [ as-name ]  Sends the given file.
65            Synonym: S.
66            SEND [ options ] filespec Sends all files that match.
67 -          RESEND [ options ] filespec Resumes an interupted SEND from the
68 +          RESEND [ options ] filespec Resumes an interrupted SEND from the
69            point of failure.
70            RECEIVE [ options ] [ as-name ] Waits passively for files to
71            arrive. Synonym: R.
72 @@ -715,7 +715,7 @@
73            SEND [ options ] filename [ as-name ]  Sends the given file to
74            the server. Synonyms: S, PUT.
75            SEND [ options ] filespec Sends all files that match.
76 -          RESEND [ options ] filespec Resumes an interupted SEND from the
77 +          RESEND [ options ] filespec Resumes an interrupted SEND from the
78            point of failure.
79            GET [ options ] remote-filespec Asks the server to send the
80            given files. Synonym: G.
81 Index: ckermit/ckcpro.w
82 ===================================================================
83 --- ckermit.orig/ckcpro.w       2010-05-12 01:34:08.000000000 +0100
84 +++ ckermit/ckcpro.w    2010-05-12 01:34:11.000000000 +0100
85 @@ -1069,7 +1069,7 @@
86         xxscreen(SCR_TC,0,0L,"");       /* Display */
87         doclean(1);                     /* Clean up files, etc */
88  #ifdef DEBUG
89 -       debug(F100,"C-Kermit BYE - Loggin out...","",0);
90 +       debug(F100,"C-Kermit BYE - Logging out...","",0);
91         zclose(ZDFILE);
92  #endif /* DEBUG */
93  #ifdef IKSD
94 Index: ckermit/ckuusr.h
95 ===================================================================
96 --- ckermit.orig/ckuusr.h       2010-05-12 01:35:24.000000000 +0100
97 +++ ckermit/ckuusr.h    2010-05-12 01:36:52.000000000 +0100
98 @@ -1437,7 +1437,7 @@
99  #define XYPRIN 62      /* Print-Command */
100  #define XYQUIE 63      /* Quiet */
101  #define XYLCLE 64      /* Local-echo */
102 -#define XYSCRI 65      /* SCRIPT command paramaters */
103 +#define XYSCRI 65      /* SCRIPT command parameters */
104  #define XYMSGS 66       /* MESSAGEs ON/OFF */
105  #ifdef TNCODE
106  #define XYTEL  67      /* SET TELNET parameters */