From 2ee836388bdab57fff551a50dce89811cbc31581 Mon Sep 17 00:00:00 2001 From: wangdequn Date: Wed, 13 Jun 2018 14:08:18 +0800 Subject: [PATCH] rectify 'a expirting object' to 'an expiring object' Change-Id: I5a0eef505c7661c52c90e9032e38d0e438440726 --- swift/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/common/utils.py b/swift/common/utils.py index a6b981b7d8..6de7843a23 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -3968,7 +3968,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