Fix spelling typos

Fixes for:
* cinder/locale/*/LC_MESSAGES/nova.po
* cinder/locale/nova.pot
* cinder/testing/README.rst

Change-Id: Ib50432a72b2300742169ebe4c77584466be7bfba
This commit is contained in:
RongzeZhu 2012-08-17 11:20:09 +08:00
parent d2babbfd4b
commit e5b3ef5622
20 changed files with 20 additions and 20 deletions

View File

@ -3345,7 +3345,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3418,7 +3418,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3345,7 +3345,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3350,7 +3350,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3365,7 +3365,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3356,7 +3356,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3372,7 +3372,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3395,7 +3395,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3353,7 +3353,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3359,7 +3359,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3350,7 +3350,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3345,7 +3345,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3359,7 +3359,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3436,7 +3436,7 @@ msgstr ""
"безопасно пропущена."
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3345,7 +3345,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3345,7 +3345,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3347,7 +3347,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -3382,7 +3382,7 @@ msgstr ""
"name。”这个错误可以放心的忽略。"
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr "迁移后操作启动"
#: cinder/compute/manager.py:2226

View File

@ -3350,7 +3350,7 @@ msgid ""
msgstr ""
#: cinder/compute/manager.py:2090
msgid "Post operation of migraton started"
msgid "Post operation of migration started"
msgstr ""
#: cinder/compute/manager.py:2226

View File

@ -42,7 +42,7 @@ verify and clean up during the tearDown step.
If using test.TestCase, calling the super class setUp is required and
calling the super class tearDown is required to be last if tearDown
is overriden.
is overridden.
Writing Functional Tests
------------------------