Skip to content

Commit

Permalink
Removing some redundant words
Browse files Browse the repository at this point in the history
This patch removes some redundant words.

Change-Id: Ia79717664b06ed9a41c3c5dcf1a25e9e49e21cf2
  • Loading branch information
Anh Tran committed Mar 25, 2016
1 parent cfb0b6a commit 2f7d0f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/ops_runbook/diagnose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion etc/container-sync-realms.conf-sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion swift/container/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion swift/obj/reconstructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down
2 changes: 1 addition & 1 deletion test/unit/common/ring/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def tearDown(self):
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:
Expand Down

0 comments on commit 2f7d0f4

Please sign in to comment.