From d9b765320d58571b6b123839f8555f95c20a6bbf Mon Sep 17 00:00:00 2001 From: Mohit Motiani Date: Tue, 19 Jul 2016 21:37:54 +0000 Subject: [PATCH] Fixed Typo in updater.py Change-Id: Ic0b5445e313924c683e9889d94569c2554fd0b8b --- swift/container/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/container/updater.py b/swift/container/updater.py index fb6d741e60..42204e4ca6 100644 --- a/swift/container/updater.py +++ b/swift/container/updater.py @@ -114,7 +114,7 @@ class ContainerUpdater(Daemon): def run_forever(self, *args, **kwargs): """ - Run the updator continuously. + Run the updater continuously. """ time.sleep(random() * self.interval) while True: