Fix some typos in 6 files

sucessful -> "successful"
suceeded -> "succeeded"
atributes -> "attributes"
prefered -> "preferred"
transfered -> "transferred"

Change-Id: Ib4c74bfd5bb4c42495b732e5fa624d223773d5a7
This commit is contained in:
Kai Zhang 2015-02-06 23:18:17 -08:00 committed by Kiall Mac Innes
parent 28a11b59c1
commit 4cb7511aaf
6 changed files with 6 additions and 6 deletions

View File

@ -135,7 +135,7 @@ class UUIDConverter(BaseConverter):
def load_values(request, valid_keys):
"""Load valid atributes from request"""
"""Load valid attributes from request"""
result = {}
error_keys = []
values = request.json

View File

@ -1329,7 +1329,7 @@ class CentralServiceTest(CentralTestCase):
continue
self.assertEqual('192.0.2.255', record.data)
return # Exits this test early as we suceeded
return # Exits this test early as we succeeded
raise Exception('Updated record not found')

View File

@ -418,7 +418,7 @@ class DesignateObjectTest(tests.TestCase):
# Deepcopy the object
c_obj = copy.deepcopy(o_obj)
# Ensure the copy was sucessful
# Ensure the copy was successful
self.assertEqual(o_obj.id, c_obj.id)
self.assertEqual(o_obj.name, c_obj.name)
self.assertEqual(o_obj.nested, c_obj.nested)

View File

@ -1147,7 +1147,7 @@ class StorageTestCase(object):
continue
self.assertEqual('192.0.2.255', record.data)
return # Exits this test early as we suceeded
return # Exits this test early as we succeeded
raise Exception('Updated record not found')

View File

@ -1,6 +1,6 @@
Summary
=======
Dia is the prefered multi-platform tool for drawing images.
Dia is the preferred multi-platform tool for drawing images.
Initial Dia files were built using dia (0.97.2-15ubuntu1) and dia-shapes (0.6.0-1)

View File

@ -553,7 +553,7 @@ Accept a Transfer Request
Accept a zone transfer request. This is called by the project that will own the zone
(i.e. the project that will maintain the zone)
Once the API returns "Complete" the zone has been transfered to the new project
Once the API returns "Complete" the zone has been transferred to the new project
**Example Request**