From 1952451ed7e97e2bfa3b11dfa5000cc39f712084 Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Fri, 7 Aug 2015 21:57:08 +0800 Subject: [PATCH] Fix a spelling typo in comment s/automaticaly/automatically/ for swift/proxy/controllers/obj.py Change-Id: I405441383739637e0b13746d6f4e2bad1c874b4d Signed-off-by: Zhao Lei --- swift/proxy/controllers/obj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/proxy/controllers/obj.py b/swift/proxy/controllers/obj.py index e86b35debe..a1563c81db 100644 --- a/swift/proxy/controllers/obj.py +++ b/swift/proxy/controllers/obj.py @@ -834,7 +834,7 @@ class BaseObjectController(Controller): data_source = iter(lambda: reader(self.app.client_chunk_size), '') update_response = lambda req, resp: resp - # check if object is set to be automaticaly deleted (i.e. expired) + # check if object is set to be automatically deleted (i.e. expired) req, delete_at_container, delete_at_part, \ delete_at_nodes = self._config_obj_expiration(req)