File spelling.patch of Package uucp
Author: Thorsten Alteholz <debian@alteholz.de>
Description: correct spelling error in binary
Index: uucp-1.07/cu.c
===================================================================
---
cu.c | 2 +-
uuxqt.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- cu.c
+++ cu.c 2019-01-12 18:50:00.435355162 +0000
@@ -1769,7 +1769,7 @@ icutake (puuconf, argc, argv, pvar, pinf
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';
--- uuxqt.c
+++ uuxqt.c 2019-01-12 18:50:32.907354189 +0000
@@ -1517,7 +1517,7 @@ uqdo_xqt_file (puuconf, zfile, zbase, qs
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. */