diff --git a/doc/image-guide/section_centos-example.xml b/doc/image-guide/section_centos-example.xml
index 7e2309bf02..68d4261ab4 100644
--- a/doc/image-guide/section_centos-example.xml
+++ b/doc/image-guide/section_centos-example.xml
@@ -153,7 +153,7 @@
Hostname
The installer may ask you to choose a hostname. The
default (localhost.localdomain) is
- fine. We will install the cloud-init packge later, which
+ fine. We will install the cloud-init package later, which
will set the hostname on boot when a new instance is
provisioned using this image.
@@ -168,7 +168,7 @@
work fine.
If unsure, we recommend you use the installer's default
partition scheme, since there is no clear advantage to one
- scheme of another.
+ scheme or another.
Step through the install
@@ -212,7 +212,7 @@
Run the following commands from the host to eject the
disk and reboot using virsh, as root. If you are using
virt-manager, the commands below will work, but you can
- also use the GUI to the detach and reboot it by manually
+ also use the GUI to detach and reboot it by manually
stopping and
starting.# virsh attach-disk --type cdrom --mode readonly centos-6.4 "" hdc
# virsh destroy centos-6.4
@@ -228,7 +228,7 @@
Log in to newly created image
- When you boot the first time after install, it may ask
+ When you boot for the first time after install, it may ask
you about authentication tools, you can just choose
"Exit". Then, log in as root using the root password you
specified.