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: