From 5cc303ee7bd402db74d12d31caa1e12fdd652f66 Mon Sep 17 00:00:00 2001 From: wanghongtaozz Date: Wed, 18 Jan 2017 22:42:13 -0800 Subject: [PATCH] Modify the spelling mistakes the "ommitted" change to "omitted". Change-Id: I195b0de1cee6ef79e00c865fd112a34d529daec0 --- swift/common/middleware/slo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/common/middleware/slo.py b/swift/common/middleware/slo.py index 90b416afb7..ccd0d01f11 100644 --- a/swift/common/middleware/slo.py +++ b/swift/common/middleware/slo.py @@ -67,7 +67,7 @@ head every segment passed in to verify: 5. if the user provided a range, it is a singular, syntactically correct range that is satisfiable given the size of the object. -Note that the etag and size_bytes keys are optional; if ommitted, the +Note that the etag and size_bytes keys are optional; if omitted, the verification is not performed. If any of the objects fail to verify (not found, size/etag mismatch, below minimum size, invalid range) then the user will receive a 4xx error response. If everything does match, the user will