Fix some spelling typo in manual and page

implementaiton -> implementation
complient -> compliant
connnection -> connection
aganst -> against
Thi -> The

This is a new service the API.
->
This is a new service API.

Change-Id: I35a19c3d32a4667c4d1bb42a987d4bfd806a46a1
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
Zhao Lei 2015-09-23 21:30:38 +08:00
parent d96f699538
commit b31d6c1286
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?