From c54c7f52e89f8e077d03a3483df6da4e12dd3971 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Wed, 7 Oct 2015 11:48:32 +0530 Subject: [PATCH] Fixed the correct word in command Change-Id: I2ba19ac3e09c82159c0042fa21c5ac1bf03a056c Closes-Bug: #1503514 --- doc/image-guide/ch_modifying_images.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/image-guide/ch_modifying_images.xml b/doc/image-guide/ch_modifying_images.xml index cd1c09cea8..a7b2749b98 100644 --- a/doc/image-guide/ch_modifying_images.xml +++ b/doc/image-guide/ch_modifying_images.xml @@ -231,7 +231,7 @@ Type: 'help' for help on commands the virt-resize command to write a resized copy of the original into the new image: - # qemu-img create -f qcow2 /data/images/win2012-50gb.qcw2 50G + # qemu-img create -f qcow2 /data/images/win2012-50gb.qcow2 50G # virt-resize --expand /dev/sda2 /data/images/win2012.qcow2 \ /data/images/win2012-50gb.qcow2 Examining /data/images/win2012.qcow2 ...