]> err.no Git - dpkg/commitdiff
fix typo
authorWichert Akkerman <wakkerma@debian.org>
Mon, 4 Dec 2000 00:47:41 +0000 (00:47 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Mon, 4 Dec 2000 00:47:41 +0000 (00:47 +0000)
lib/mlib.c

index cf29513717c9edf818f4194123ef505ab0b37cbc..a78bf58c5143c034f740927123c72f3c177be79b 100644 (file)
@@ -135,7 +135,7 @@ typedef struct do_fd_buf_data {
 int do_fd_write_fd(char* buf, int length, void *proc_data, char *desc) {
   do_fd_copy_data_t *data = (do_fd_copy_data_t *)proc_data;
   if(write(data->fd, buf, length) < length)
-    ohshite(_("failed in do_fd_write_fd (%s)"), dsc);
+    ohshite(_("failed in do_fd_write_fd (%s)"), desc);
 }
 
 int do_fd_copy(int fd1, int fd2, int limit, char *desc, ...) {