void-packages/srcpkgs/uucp/patches/spelling.patch
bugcrazy dfbe7fa063 New package: uucp-1.07
This package contains the standard UUCP package from the Free Software Foundation, with uucico, uusched, uuxqt, uux, uucp, uustat, uulog, uuname, uuto, uupick and cu.

Added files

Added install files, man manuals and patches.

Fixed whitespace and using vman

Removed -R

Added suggested changes

Added underlining

 New suggested changes
2022-04-18 15:20:24 +02:00

29 lines
1 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. */