fixed "specifed" 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:38:07.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 @@ -5558,7 +5558,7 @@
29  " ",
30  "/WRITE",
31  "  Open the file for writing.  If /READ was not also specified, this creates",
32 -"  a new file.  If /READ was specifed, the existing file is preserved, but",
33 +"  a new file.  If /READ was specified, the existing file is preserved, but",
34  "  writing is allowed.  In both cases, the read/write pointer is initially",
35  "  at the beginning of the file.",
36  " ",
37 @@ -9012,7 +9012,7 @@
38  "" };
39  
40  static char *hxyxfer[] = {
41 -"Syntax: SET TRANSFER (or XFER) paramater value",
42 +"Syntax: SET TRANSFER (or XFER) parameter value",
43  " ",
44  "Choices:",
45  " ",
46 Index: ckermit/ckuker.nr
47 ===================================================================
48 --- ckermit.orig/ckuker.nr      2010-05-12 01:33:59.000000000 +0100
49 +++ ckermit/ckuker.nr   2010-05-12 01:33:59.000000000 +0100
50 @@ -879,7 +879,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  RECEIVE [ options ] [ as\(hyname ]                    
58  Waits passively for files to arrive. Synonym: R.
59 @@ -947,7 +947,7 @@
60  Sends all files that match.
61  .TP
62  RESEND [ options ] filespec
63 -Resumes an interupted SEND from the point of failure.
64 +Resumes an interrupted SEND from the point of failure.
65  .TP
66  GET [ options ] remote\(hyfilespec
67  Asks the server to send the given files. Synonym: G.
68 Index: ckermit/ckututor.txt
69 ===================================================================
70 --- ckermit.orig/ckututor.txt   2010-05-12 01:33:56.000000000 +0100
71 +++ ckermit/ckututor.txt        2010-05-12 01:33:59.000000000 +0100
72 @@ -682,7 +682,7 @@
73            SEND [ options ] filename [ as-name ]  Sends the given file.
74            Synonym: S.
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            RECEIVE [ options ] [ as-name ] Waits passively for files to
80            arrive. Synonym: R.
81 @@ -715,7 +715,7 @@
82            SEND [ options ] filename [ as-name ]  Sends the given file to
83            the server. Synonyms: S, PUT.
84            SEND [ options ] filespec Sends all files that match.
85 -          RESEND [ options ] filespec Resumes an interupted SEND from the
86 +          RESEND [ options ] filespec Resumes an interrupted SEND from the
87            point of failure.
88            GET [ options ] remote-filespec Asks the server to send the
89            given files. Synonym: G.
90 Index: ckermit/ckcpro.w
91 ===================================================================
92 --- ckermit.orig/ckcpro.w       2010-05-12 01:34:08.000000000 +0100
93 +++ ckermit/ckcpro.w    2010-05-12 01:34:11.000000000 +0100
94 @@ -1069,7 +1069,7 @@
95         xxscreen(SCR_TC,0,0L,"");       /* Display */
96         doclean(1);                     /* Clean up files, etc */
97  #ifdef DEBUG
98 -       debug(F100,"C-Kermit BYE - Loggin out...","",0);
99 +       debug(F100,"C-Kermit BYE - Logging out...","",0);
100         zclose(ZDFILE);
101  #endif /* DEBUG */
102  #ifdef IKSD
103 Index: ckermit/ckuusr.h
104 ===================================================================
105 --- ckermit.orig/ckuusr.h       2010-05-12 01:35:24.000000000 +0100
106 +++ ckermit/ckuusr.h    2010-05-12 01:36:52.000000000 +0100
107 @@ -1437,7 +1437,7 @@
108  #define XYPRIN 62      /* Print-Command */
109  #define XYQUIE 63      /* Quiet */
110  #define XYLCLE 64      /* Local-echo */
111 -#define XYSCRI 65      /* SCRIPT command paramaters */
112 +#define XYSCRI 65      /* SCRIPT command parameters */
113  #define XYMSGS 66       /* MESSAGEs ON/OFF */
114  #ifdef TNCODE
115  #define XYTEL  67      /* SET TELNET parameters */
116 Index: ckermit/ckermit80.txt
117 ===================================================================
118 --- ckermit.orig/ckermit80.txt  2010-05-12 01:37:40.000000000 +0100
119 +++ ckermit/ckermit80.txt       2010-05-12 01:38:24.000000000 +0100
120 @@ -3435,7 +3435,7 @@
121            If this switch is given, then instead of actually retrieving
122            the selected files, the GET command retrieves a list of the
123            names of the files that would be retrieved, and places it in
124 -          the specifed file. The resulting file is an ordinary text file,
125 +          the specified file. The resulting file is an ordinary text file,
126            with one filename per line, suitable for reading by a person,
127            or processing by a computer program, including Kermit itself
128            (FOPEN / FREAD / FWRITE / FCLOSE), and as /FILELIST: file. If