Removing some redundant words

This patch removes some redundant words.

Change-Id: Ia79717664b06ed9a41c3c5dcf1a25e9e49e21cf2
This commit is contained in:
Anh Tran 2016-03-25 11:44:26 +07:00
parent cfb0b6a029
commit 2f7d0f4a2a
5 changed files with 5 additions and 5 deletions

View File

@ -874,7 +874,7 @@ cycle of 15-20 hours can occur if nodes are added to the system and a
new ring has been deployed.
You can further check if the object replicator is stuck by logging on
the the object server and checking the object replicator progress with
the object server and checking the object replicator progress with
the following command:
.. code::

View File

@ -40,7 +40,7 @@
# The endpoint is what the container sync daemon will use when sending out
# requests to that cluster. Keep in mind this endpoint must be reachable by all
# container servers, since that is where the container sync daemon runs. Note
# the the endpoint ends with /v1/ and that the container sync daemon will then
# that the endpoint ends with /v1/ and that the container sync daemon will then
# add the account/container/obj name after that.
#
# Distribute this container-sync-realms.conf file to all your proxy servers

View File

@ -146,7 +146,7 @@ def update_new_item_from_existing(new_item, existing):
their timestamps are newer.
The multiple timestamps are encoded into a single string for storing
in the 'created_at' column of the the objects db table.
in the 'created_at' column of the objects db table.
:param new_item: A dict of object update attributes
:param existing: A dict of existing object attributes

View File

@ -68,7 +68,7 @@ def _get_partners(frag_index, part_nodes):
class RebuildingECDiskFileStream(object):
"""
This class wraps the the reconstructed fragment archive data and
This class wraps the reconstructed fragment archive data and
metadata in the DiskFile interface for ssync.
"""

View File

@ -47,7 +47,7 @@ class TestRingBuilder(unittest.TestCase):
def _partition_counts(self, builder, key='id'):
"""
Returns a dictionary mapping the given device key to (number of
partitions assigned to to that key).
partitions assigned to that key).
"""
counts = defaultdict(int)
for part2dev_id in builder._replica2part2dev: