Fix typo 'chean-up' to 'clean-up'

Change-Id: I0312ac708f374f286e58539bfa6164fb6ef322d3
This commit is contained in:
lvdongbing 2017-08-23 16:23:14 +08:00
parent f537e47efc
commit bb7cced351
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class EngineService(service.Service):
def service_manage_cleanup(self):
self._service_manage_cleanup()
self.cleanup_count += 1
LOG.info('Service chean-up attempt count: %s', self.cleanup_count)
LOG.info('Service clean-up attempt count: %s', self.cleanup_count)
if self.cleanup_count >= 2:
self.cleanup_timer.stop()
LOG.info("Finished cleaning up dead services.")