Fix common misspellings

Wikipedia's list of common misspellings [1] has a machine-readable
version.  This patch fixes those misspellings mentioned in the list
which don't have multiple right variants (as e.g. "accension", which can
be both "accession" and "ascension"), such misspellings are left
untouched.  The list of changes was manually re-checked for false
positives.

[1] https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines

Change-Id: Iea72412c82ac9ec8bf09bb80057e073bf8f672f6
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2015-03-19 17:25:56 +01:00
parent 4fdc42cf63
commit 0fe7f32cb7
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class ModalFormView(ModalBackdropMixin, ModalFormMixin, views.HorizonFormView):
.. attribute: cancel_url (optional)
The url for a cancel action. This url defaults to the success_url
if ommitted. Note that the cancel_url redirect is nullified when
if omitted. Note that the cancel_url redirect is nullified when
shown in a modal dialog.
"""

View File

@ -402,7 +402,7 @@ class NeutronApiTests(test.APITestCase):
# filter. It generates about 40*10 char length URI.
# Each port ID is converted to "id=<UUID>&" in URI and
# it means 40 chars (len(UUID)=36).
# If excess lenght is 220, it means 400-220=180 chars
# If excess length is 220, it means 400-220=180 chars
# can be sent in the first request.
# As a result three API calls with 4, 4, 2 port ID
# are expected.