summaryrefslogtreecommitdiff
path: root/swift/common/swob.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-12 23:35:03 +0000
committerGerrit Code Review <review@openstack.org>2016-07-12 23:35:03 +0000
commit19b3f9e1885591414cd73d8369a2f97cecc32b96 (patch)
tree97c47892b95dad4c415abe59827f8570036bdc42 /swift/common/swob.py
parentb76bf34736db38f2c2112b9fa4f55b8014332a0f (diff)
parent92abacfc5c93df8d08ba83c9ed4641945b32d008 (diff)
downloadswift-stable/liberty.tar.gz
Merge "Put correct Etag and Accept-Ranges in EC 304 and 416 responses" into stable/libertyliberty-eolstable/liberty
Diffstat (limited to 'swift/common/swob.py')
-rw-r--r--swift/common/swob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/common/swob.py b/swift/common/swob.py
index fdcbaf3e9..e6b3d4294 100644
--- a/swift/common/swob.py
+++ b/swift/common/swob.py
@@ -1331,7 +1331,7 @@ class Response(object):
object length and body or app_iter to reset the content_length
properties on the request.
- It is ok to not call this method, the conditional resposne will be
+ It is ok to not call this method, the conditional response will be
maintained for you when you __call__ the response.
"""
self.response_iter = self._response_iter(self.app_iter, self._body)