mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Spelling fixes, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3009 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
35cc6f8b97
commit
0cfec834c5
4 changed files with 9 additions and 9 deletions
|
@ -297,7 +297,7 @@ static int img_create(int argc, char **argv)
|
|||
drv = bdrv_find_format(fmt);
|
||||
if (!drv)
|
||||
error("Unknown file format '%s'", fmt);
|
||||
printf("Formating '%s', fmt=%s",
|
||||
printf("Formatting '%s', fmt=%s",
|
||||
filename, fmt);
|
||||
if (encrypted)
|
||||
printf(", encrypted");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue