[Pkg-libvirt-commits] [libguestfs] 05/61: virt-make-fs: Fix typo in error string.

Hilko Bengen bengen at moszumanska.debian.org
Sat Mar 29 14:36:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit f42769f94b20898452884091ac57d73a95f280c0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Mar 23 12:09:01 2014 +0000

    virt-make-fs: Fix typo in error string.
    
    Thanks: Yuri Chornoivan
---
 make-fs/make-fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-fs/make-fs.c b/make-fs/make-fs.c
index 81b1218..974eeb7 100644
--- a/make-fs/make-fs.c
+++ b/make-fs/make-fs.c
@@ -459,7 +459,7 @@ estimate_input (const char *input, uint64_t *estimate_rtn, char **ifmt_rtn)
     }
 
     if (strstr (line, "tar archive") == NULL) {
-      fprintf (stderr, _("%s: %s: input is not a directory, tar archive or compressed tar achive\n"),
+      fprintf (stderr, _("%s: %s: input is not a directory, tar archive or compressed tar archive\n"),
                program_name, input);
       return -1;
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list