Merge "Fix some spelling typo in manual and page"

This commit is contained in:
Jenkins 2015-09-24 06:14:10 +00:00 committed by Gerrit Code Review
commit 75436e3d41
6 changed files with 15 additions and 15 deletions

View File

@ -80,7 +80,7 @@
<xs:enumeration value="ALPHA">
<xs:annotation>
<xs:documentation>
<html:p>This is a new service the API. This
<html:p>This is a new service API. This
API contract may be set, but the
implementation may not be 100% compliant
with it. Developers are encouraged to

View File

@ -90,7 +90,7 @@
<xs:enumeration value="ALPHA">
<xs:annotation>
<xs:documentation>
<html:p> This is a new service the API. This
<html:p> This is a new service API. This
API contract may be set, but the
implementation may not be 100% compliant
with it. Developers are encouraged to

View File

@ -139,10 +139,10 @@
<xs:annotation>
<xs:documentation>
<html:p>
This is a new service the API. Thi API
contract may be set, but the implementaiton
may not be 100% complient with it. Developers
are encouraged to begin testing aganst an
This is a new service API. The API
contract may be set, but the implementation
may not be 100% compliant with it. Developers
are encouraged to begin testing against an
ALPHA version to provide feedback.
</html:p>
</xs:documentation>

View File

@ -139,10 +139,10 @@
<xs:annotation>
<xs:documentation>
<html:p>
This is a new service the API. Thi API
contract may be set, but the implementaiton
may not be 100% complient with it. Developers
are encouraged to begin testing aganst an
This is a new service API. The API
contract may be set, but the implementation
may not be 100% compliant with it. Developers
are encouraged to begin testing against an
ALPHA version to provide feedback.
</html:p>
</xs:documentation>

View File

@ -117,10 +117,10 @@
<annotation>
<documentation>
<html:p>
This is a new service the API. Thi API
contract may be set, but the implementaiton
may not be 100% complient with it. Developers
are encouraged to begin testing aganst an
This is a new service API. The API
contract may be set, but the implementation
may not be 100% compliant with it. Developers
are encouraged to begin testing against an
ALPHA version to provide feedback.
</html:p>
</documentation>

View File

@ -237,7 +237,7 @@ create snapshots of volumes (handy for backups):
.. code-block:: python
* snapshot_name = 'test_backup_1'
connnection.create_volume_snapshot('test', name='test backup 1')
connection.create_volume_snapshot('test', name='test backup 1')
.. todo:: Do we need a note here to mention that 'test' is the
volume name and not the volume object?