Merge "rectify 'a expirting object' to 'an expiring object'"

This commit is contained in:
Zuul 2018-06-13 09:36:14 +00:00 committed by Gerrit Code Review
commit 9ca3160ff7

View File

@ -3953,7 +3953,7 @@ def quote(value, safe='/'):
def get_expirer_container(x_delete_at, expirer_divisor, acc, cont, obj):
"""
Returns a expiring object container name for given X-Delete-At and
Returns an expiring object container name for given X-Delete-At and
a/c/o.
"""
shard_int = int(hash_path(acc, cont, obj), 16) % 100