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:
ths 2007-06-23 16:02:43 +00:00
parent 35cc6f8b97
commit 0cfec834c5
4 changed files with 9 additions and 9 deletions

View file

@ -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");