Fix two typos and one readablity on shade documentation

resouce => resource
expse   => expose

virtualenvwrapper => virtualenv wrapper

Change-Id: Id4dbcb4852eb2ef5dac4e0379e384c945c93a1ae
This commit is contained in:
Atsushi SAKAI 2015-07-29 14:34:12 +09:00
parent fe5dcc7f89
commit 914d82a33a
2 changed files with 3 additions and 3 deletions

View File

@ -188,7 +188,7 @@ instance, if the user says "please upload this image", shade should figure
out which sequence of actions need to be performed and should get the job done.
If the resource isn't present on some clouds, but the overall concept the
resouce represents is, a different resource should present the concept. For
resource represents is, a different resource should present the concept. For
instance, while some clouds do not have floating ips, if what the user wants
is "a server with an IP" - then the fact that one needs to request a floating
ip on some clouds is a detail, and the right thing for that to be is a quality
@ -206,7 +206,7 @@ Functional Interface
--------------------
shade should also provide a functional mapping to the object interface that
does not expse the object interface at all. For instance, fora resource type
does not expose the object interface at all. For instance, fora resource type
`server`, one could expect the following.
::

View File

@ -6,7 +6,7 @@ At the command line::
$ pip install shade
Or, if you have virtualenvwrapper installed::
Or, if you have virtualenv wrapper installed::
$ mkvirtualenv shade
$ pip install shade