mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
virt-make-fs: Fix typo in error string.
Thanks: Yuri Chornoivan
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user