From: Wichert Akkerman Date: Sun, 3 Dec 2000 01:57:28 +0000 (+0000) Subject: fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f69e08cb7905013eb0948dda89c203dd7ee513f3;p=dpkg fix typo --- diff --git a/lib/mlib.c b/lib/mlib.c index 33f8957b..1a70dd5a 100644 --- a/lib/mlib.c +++ b/lib/mlib.c @@ -168,7 +168,7 @@ int do_fd_copy(int fd1, int fd2, int limit, char *desc) { ohshite(_("failed in copy on read")); snprintf(sbuf, count, er_msg_3, desc); sbuf[count-1] = 0; - ohsite(sbuf); + ohshite(sbuf); } free(sbuf);