[Trivialfix]Fix typos in swift

Fix typos that found in swift.

Change-Id: I52fad1a4882cec4456f22174b46d54e42ec66d97
This commit is contained in:
shangxiaobj 2017-08-04 00:23:36 -07:00 committed by ShangXiao
parent 0b22193718
commit c93c0c0c6e
4 changed files with 5 additions and 5 deletions

View File

@ -1058,9 +1058,9 @@ Metric Name Description
deletion.
`container-sync.deletes.timing` Timing data for each container database row
synchronization via deletion.
`container-sync.puts` Count of container database rows sync'ed by PUTing.
`container-sync.puts` Count of container database rows sync'ed by Putting.
`container-sync.puts.timing` Timing data for each container database row
synchronization via PUTing.
synchronization via Putting.
=============================== ====================================================
Metrics for `container-updater`:

View File

@ -668,7 +668,7 @@ eventlet_tpool_num_threads auto The number of threads in e
occur in separate IO threads, managed by
eventlet.
The default value is auto, whose actual value
is dependant on the servers_per_port value.
is dependent on the servers_per_port value.
If servers_per_port is zero then it uses
eventlet's default (currently 20 threads).
If the servers_per_port is nonzero then it'll

View File

@ -129,7 +129,7 @@ use = egg:swift#object
# in the object server's main thread, but certain "heavy" IO
# operations will occur in separate IO threads, managed by eventlet.
#
# The default value is auto, whose actual value is dependant on the
# The default value is auto, whose actual value is dependent on the
# servers_per_port value:
#
# - When servers_per_port is zero, the default value of

View File

@ -167,7 +167,7 @@ class TestContainerController(unittest.TestCase):
self.assertTrue(response.status.startswith('204'))
self.assertNotIn('x-container-read', response.headers)
self.assertNotIn('x-container-write', response.headers)
# Ensure PUTing acls works
# Ensure PUT acls works
req = Request.blank(
'/sda1/p/a/c2', environ={'REQUEST_METHOD': 'PUT'},
headers={'X-Timestamp': '4', 'X-Container-Read': '.r:*',