File: 060_speeling.patch

package info (click to toggle)
ckermit 211-15
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 15,720 kB
  • ctags: 19,714
  • sloc: ansic: 315,174; makefile: 9,096; sh: 66
file content (128 lines) | stat: -rw-r--r-- 5,724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Fix spelling errors.
Index: ckermit/ckcftp.c
===================================================================
--- ckermit.orig/ckcftp.c	2010-05-12 01:33:56.000000000 +0100
+++ ckermit/ckcftp.c	2010-05-12 01:33:59.000000000 +0100
@@ -8623,7 +8623,7 @@
 #endif /* NOCSETS */
     "  /SERVER-RENAME:text",
     "    Each server source file is to be renamed on the server as indicated",
-    "    immediately after, but only if, it has arrived succesfully.",
+    "    immediately after, but only if, it has arrived successfully.",
     "  /SMALLER-THAN:number",
     "    Download only those files smaller than the given number of bytes.",
     "  /TEXT",                          /* /ASCII */
Index: ckermit/ckuus2.c
===================================================================
--- ckermit.orig/ckuus2.c	2010-05-12 01:33:56.000000000 +0100
+++ ckermit/ckuus2.c	2010-05-12 01:38:07.000000000 +0100
@@ -3660,7 +3660,7 @@
 " ",
 "SET DIAL RETRIES <number>",
 "  How many times to redial each number if the dialing result is busy or no",
-"  no answer, until the call is succesfully answered.  The default is 0",
+"  no answer, until the call is successfully answered.  The default is 0",
 "  because automatic redialing is illegal in some countries.",
 " ",
 "SET DIAL INTERVAL <number>",
@@ -5558,7 +5558,7 @@
 " ",
 "/WRITE",
 "  Open the file for writing.  If /READ was not also specified, this creates",
-"  a new file.  If /READ was specifed, the existing file is preserved, but",
+"  a new file.  If /READ was specified, the existing file is preserved, but",
 "  writing is allowed.  In both cases, the read/write pointer is initially",
 "  at the beginning of the file.",
 " ",
@@ -9012,7 +9012,7 @@
 "" };
 
 static char *hxyxfer[] = {
-"Syntax: SET TRANSFER (or XFER) paramater value",
+"Syntax: SET TRANSFER (or XFER) parameter value",
 " ",
 "Choices:",
 " ",
Index: ckermit/ckuker.nr
===================================================================
--- ckermit.orig/ckuker.nr	2010-05-12 01:33:59.000000000 +0100
+++ ckermit/ckuker.nr	2010-05-12 01:33:59.000000000 +0100
@@ -879,7 +879,7 @@
 Sends all files that match.
 .TP
 RESEND [ options ] filespec
-Resumes an interupted SEND from the point of failure.
+Resumes an interrupted SEND from the point of failure.
 .TP
 RECEIVE [ options ] [ as\(hyname ]                    
 Waits passively for files to arrive. Synonym: R.
@@ -947,7 +947,7 @@
 Sends all files that match.
 .TP
 RESEND [ options ] filespec
-Resumes an interupted SEND from the point of failure.
+Resumes an interrupted SEND from the point of failure.
 .TP
 GET [ options ] remote\(hyfilespec
 Asks the server to send the given files. Synonym: G.
Index: ckermit/ckututor.txt
===================================================================
--- ckermit.orig/ckututor.txt	2010-05-12 01:33:56.000000000 +0100
+++ ckermit/ckututor.txt	2010-05-12 01:33:59.000000000 +0100
@@ -682,7 +682,7 @@
           SEND [ options ] filename [ as-name ]  Sends the given file.
           Synonym: S.
           SEND [ options ] filespec Sends all files that match.
-          RESEND [ options ] filespec Resumes an interupted SEND from the
+          RESEND [ options ] filespec Resumes an interrupted SEND from the
           point of failure.
           RECEIVE [ options ] [ as-name ] Waits passively for files to
           arrive. Synonym: R.
@@ -715,7 +715,7 @@
           SEND [ options ] filename [ as-name ]  Sends the given file to
           the server. Synonyms: S, PUT.
           SEND [ options ] filespec Sends all files that match.
-          RESEND [ options ] filespec Resumes an interupted SEND from the
+          RESEND [ options ] filespec Resumes an interrupted SEND from the
           point of failure.
           GET [ options ] remote-filespec Asks the server to send the
           given files. Synonym: G.
Index: ckermit/ckcpro.w
===================================================================
--- ckermit.orig/ckcpro.w	2010-05-12 01:34:08.000000000 +0100
+++ ckermit/ckcpro.w	2010-05-12 01:34:11.000000000 +0100
@@ -1069,7 +1069,7 @@
 	xxscreen(SCR_TC,0,0L,"");	/* Display */
 	doclean(1);			/* Clean up files, etc */
 #ifdef DEBUG
-	debug(F100,"C-Kermit BYE - Loggin out...","",0);
+	debug(F100,"C-Kermit BYE - Logging out...","",0);
 	zclose(ZDFILE);
 #endif /* DEBUG */
 #ifdef IKSD
Index: ckermit/ckuusr.h
===================================================================
--- ckermit.orig/ckuusr.h	2010-05-12 01:35:24.000000000 +0100
+++ ckermit/ckuusr.h	2010-05-12 01:36:52.000000000 +0100
@@ -1437,7 +1437,7 @@
 #define XYPRIN 62	/* Print-Command */
 #define XYQUIE 63	/* Quiet */
 #define XYLCLE 64	/* Local-echo */
-#define XYSCRI 65	/* SCRIPT command paramaters */
+#define XYSCRI 65	/* SCRIPT command parameters */
 #define XYMSGS 66       /* MESSAGEs ON/OFF */
 #ifdef TNCODE
 #define XYTEL  67	/* SET TELNET parameters */
Index: ckermit/ckermit80.txt
===================================================================
--- ckermit.orig/ckermit80.txt	2010-05-12 01:37:40.000000000 +0100
+++ ckermit/ckermit80.txt	2010-05-12 01:38:24.000000000 +0100
@@ -3435,7 +3435,7 @@
           If this switch is given, then instead of actually retrieving
           the selected files, the GET command retrieves a list of the
           names of the files that would be retrieved, and places it in
-          the specifed file. The resulting file is an ordinary text file,
+          the specified file. The resulting file is an ordinary text file,
           with one filename per line, suitable for reading by a person,
           or processing by a computer program, including Kermit itself
           (FOPEN / FREAD / FWRITE / FCLOSE), and as /FILELIST: file. If