From 844d0c965df1fcec53f118ed71c2a560cfe88a2b Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Thu, 11 Aug 2016 05:21:54 +0000 Subject: [PATCH] Corrects spelling error in swift/common/middleware/slo.py Fixes 'perfomed' to 'performed' Change-Id: I54adf45494cd4c6edae7bb5b404d377527c6c5a0 Closes-Bug: 1612051 --- 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 47e9a660ff..ccf6684549 100644 --- a/swift/common/middleware/slo.py +++ b/swift/common/middleware/slo.py @@ -134,7 +134,7 @@ objects from the manifest much like DLO. If any of the segments from the manifest are not found or their Etag/Content Length have changed since upload, the connection will drop. In this case a 409 Conflict will be logged in the proxy logs and the user will receive incomplete results. Note that this will be -enforced regardless of whether the user perfomed per-segment validation during +enforced regardless of whether the user performed per-segment validation during upload. The headers from this GET or HEAD request will return the metadata attached