From c600732e924c4f7ff0864c8f8b73553506e8ee27 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Mon, 4 Dec 2000 00:47:41 +0000 Subject: [PATCH] fix typo --- lib/mlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mlib.c b/lib/mlib.c index cf295137..a78bf58c 100644 --- a/lib/mlib.c +++ b/lib/mlib.c @@ -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, ...) { -- 2.39.5