From 4a970ab5a6d2345670899ae082f26ff6a870e5de Mon Sep 17 00:00:00 2001 From: Greg Lange Date: Thu, 6 Feb 2014 23:14:45 +0000 Subject: [PATCH] Fix a comment in SLO middleware Change-Id: I6ef435db55eb6cac5a92d9ef0f7ac3eaf271761d --- 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 65f3f9f443..be82dcceef 100644 --- a/swift/common/middleware/slo.py +++ b/swift/common/middleware/slo.py @@ -97,7 +97,7 @@ When the manifest object is uploaded you are more or less guaranteed that every segment in the manifest exists and matched the specifications. However, there is nothing that prevents the user from breaking the SLO download by deleting/replacing a segment referenced in the manifest. It is -left to the user use caution in handling the segments. +left to the user to use caution in handling the segments. ----------------------- Deleting a Large Object