fixed "Loggin" 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:33:59.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 Index: ckermit/ckuker.nr
29 ===================================================================
30 --- ckermit.orig/ckuker.nr      2010-05-12 01:33:59.000000000 +0100
31 +++ ckermit/ckuker.nr   2010-05-12 01:33:59.000000000 +0100
32 @@ -879,7 +879,7 @@
33  Sends all files that match.
34  .TP
35  RESEND [ options ] filespec
36 -Resumes an interupted SEND from the point of failure.
37 +Resumes an interrupted SEND from the point of failure.
38  .TP
39  RECEIVE [ options ] [ as\(hyname ]                    
40  Waits passively for files to arrive. Synonym: R.
41 @@ -947,7 +947,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  GET [ options ] remote\(hyfilespec
49  Asks the server to send the given files. Synonym: G.
50 Index: ckermit/ckututor.txt
51 ===================================================================
52 --- ckermit.orig/ckututor.txt   2010-05-12 01:33:56.000000000 +0100
53 +++ ckermit/ckututor.txt        2010-05-12 01:33:59.000000000 +0100
54 @@ -682,7 +682,7 @@
55            SEND [ options ] filename [ as-name ]  Sends the given file.
56            Synonym: S.
57            SEND [ options ] filespec Sends all files that match.
58 -          RESEND [ options ] filespec Resumes an interupted SEND from the
59 +          RESEND [ options ] filespec Resumes an interrupted SEND from the
60            point of failure.
61            RECEIVE [ options ] [ as-name ] Waits passively for files to
62            arrive. Synonym: R.
63 @@ -715,7 +715,7 @@
64            SEND [ options ] filename [ as-name ]  Sends the given file to
65            the server. Synonyms: S, PUT.
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            GET [ options ] remote-filespec Asks the server to send the
71            given files. Synonym: G.
72 Index: ckermit/ckcpro.w
73 ===================================================================
74 --- ckermit.orig/ckcpro.w       2010-05-12 01:34:08.000000000 +0100
75 +++ ckermit/ckcpro.w    2010-05-12 01:34:11.000000000 +0100
76 @@ -1069,7 +1069,7 @@
77         xxscreen(SCR_TC,0,0L,"");       /* Display */
78         doclean(1);                     /* Clean up files, etc */
79  #ifdef DEBUG
80 -       debug(F100,"C-Kermit BYE - Loggin out...","",0);
81 +       debug(F100,"C-Kermit BYE - Logging out...","",0);
82         zclose(ZDFILE);
83  #endif /* DEBUG */
84  #ifdef IKSD