Fix some minor typos

Fixed some typos in function name and comments.

Change-Id: Ida76ab4b331a51b71e57650702acc136e66ba4b2
This commit is contained in:
Kai Zhang
2015-08-14 16:46:35 -07:00
parent a2c0e6f687
commit fa35e38c9f
5 changed files with 6 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ class TestReconstructorRevert(ECProbeTest):
hnode_id = (hnode['port'] - 6000) / 10
self.reconstructor.once(number=hnode_id)
# first threee primaries have data again
# first three primaries have data again
for onode in (onodes[0], onodes[2]):
self.direct_get(onode, opart)
@@ -218,7 +218,7 @@ class TestReconstructorRevert(ECProbeTest):
# enable the first node again
self.revive_drive(p_dev2)
# propogate the delete...
# propagate the delete...
# fire up reconstructor on handoff nodes only
for hnode in hnodes:
hnode_id = (hnode['port'] - 6000) / 10