fixed "specifed" spelling error
[ckermit.git] / debian / patches / 060_speeling.patch
index bacde1e..a57b0fd 100644 (file)
@@ -15,7 +15,7 @@ Index: ckermit/ckcftp.c
 Index: ckermit/ckuus2.c
 ===================================================================
 --- ckermit.orig/ckuus2.c      2010-05-12 01:33:56.000000000 +0100
-+++ ckermit/ckuus2.c   2010-05-12 01:36:39.000000000 +0100
++++ ckermit/ckuus2.c   2010-05-12 01:38:07.000000000 +0100
 @@ -3660,7 +3660,7 @@
  " ",
  "SET DIAL RETRIES <number>",
@@ -25,6 +25,15 @@ Index: ckermit/ckuus2.c
  "  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 @@
  "" };
  
@@ -104,3 +113,16 @@ Index: ckermit/ckuusr.h
  #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