Corrects spelling error in swift/common/middleware/slo.py

Fixes 'perfomed' to 'performed'

Change-Id: I54adf45494cd4c6edae7bb5b404d377527c6c5a0
Closes-Bug: 1612051
This commit is contained in:
Shashank Kumar Shankar 2016-08-11 05:21:54 +00:00 committed by Alistair Coles
parent 22184eb882
commit 844d0c965d

View File

@ -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, 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 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 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. upload.
The headers from this GET or HEAD request will return the metadata attached The headers from this GET or HEAD request will return the metadata attached