summaryrefslogtreecommitdiff
path: root/qemu-img.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-23 16:02:43 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-23 16:02:43 +0000
commit0cfec834c5d532f32d29b8dc804cb4daeb1ed64a (patch)
tree2c48670f824d744fef6399dfb224b37d87921fdb /qemu-img.c
parent35cc6f8b971e7a5698efb79e908ecaa282ee91cf (diff)
downloadqemu-0cfec834c5d532f32d29b8dc804cb4daeb1ed64a.tar.gz
Spelling fixes, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3009 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-img.c')
-rw-r--r--qemu-img.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img.c b/qemu-img.c
index 6b470a1506..e7d190b1e9 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -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");