X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffile.c;h=7c46722c991d5d3558cfe7b0d61e94f99a939a5c;hp=66b3d125cb21b681d898e5dc311a15a3f30d864f;hb=26f69f706e8c661c6ae7946da1b9a4b7bf9150b9;hpb=23e6fc3f61294acf1bce2003dc4060df25e899f9 diff --git a/daemon/file.c b/daemon/file.c index 66b3d12..7c46722 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -355,7 +355,7 @@ do_read_file (char *path, size_t *size_r) * be caught later when we try to serialize the message. */ if (*size_r >= GUESTFS_MESSAGE_MAX) { - reply_with_error ("read_file: %s: file is too large for the protocol, use gusetfs_download instead", path); + reply_with_error ("read_file: %s: file is too large for the protocol, use guestfs_download instead", path); close (fd); return NULL; }