29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
Author: Thorsten Alteholz <debian@alteholz.de>
|
|
Description: correct spelling error in binary
|
|
Index: uucp-1.07/cu.c
|
|
===================================================================
|
|
--- uucp-1.07.orig/cu.c 2019-01-12 19:50:00.447355162 +0100
|
|
+++ uucp-1.07/cu.c 2019-01-12 19:50:00.435355162 +0100
|
|
@@ -1756,7 +1756,7 @@
|
|
zfrom = zbufcpy (argv[1]);
|
|
else
|
|
{
|
|
- zfrom = zsysdep_terminal_line ("Remote file to retreive: ");
|
|
+ zfrom = zsysdep_terminal_line ("Remote file to retrieve: ");
|
|
if (zfrom == NULL)
|
|
ucuabort ();
|
|
zfrom[strcspn (zfrom, " \t\n")] = '\0';
|
|
Index: uucp-1.07/uuxqt.c
|
|
===================================================================
|
|
--- uucp-1.07.orig/uuxqt.c 2003-05-29 08:08:48.000000000 +0200
|
|
+++ uucp-1.07/uuxqt.c 2019-01-12 19:50:32.907354189 +0100
|
|
@@ -1517,7 +1517,7 @@
|
|
az[i++] = zQcmd;
|
|
az[i++] = "\n";
|
|
|
|
- (void) fsysdep_mail (zmail, "Execution succeded", i, az);
|
|
+ (void) fsysdep_mail (zmail, "Execution succeeded", i, az);
|
|
}
|
|
|
|
/* Now we may have to uucp the output to some other machine. */
|