]> err.no Git - dpkg/commitdiff
fix typo
authorWichert Akkerman <wakkerma@debian.org>
Sun, 3 Dec 2000 01:57:28 +0000 (01:57 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sun, 3 Dec 2000 01:57:28 +0000 (01:57 +0000)
lib/mlib.c

index 33f8957bf384e2f187fffb7eec284d0c0cf05236..1a70dd5a310cc244b63ec6c5cc984290eaf16ccc 100644 (file)
@@ -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);