s/bootlable/bootable/

Fix typographical error only present in Grizzly documentation, it is not
present in havana or master (icehouse).

Change-Id: I802d0d20fa977b17a9895ffb7b58e5cab9c3697d
Closes-Bug: #1292001
This commit is contained in:
Stephen Gordon 2014-03-14 10:16:16 -04:00
parent 251f691aee
commit 2708c69c33
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
</simplesect>
<simplesect>
<title>Creating a Bootable Volume from an Image</title>
<para>Cinder has the ability to create a bootlable volume from an image stored in Glance.
<para>Cinder has the ability to create a bootable volume from an image stored in Glance.
<screen>
<prompt>#</prompt> <userinput>cinder create --image-id &lt;image_id> --display-name my-bootable-vol &lt;size></userinput>
</screen>