Fix typo in a docstring in agent/manager.py

Change-Id: I2c035de47b58d46d4d99dc2383a29b0508fbbbfd
This commit is contained in:
Kobi Samoray 2016-09-22 10:57:21 +03:00 committed by Julien Danjou
parent 652c5dab21
commit d14701fb3a
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ class AgentManager(service_base.PipelineBasedService):
# tasks. During this short time bad thing can occur.
#
# I think we must not reset keystone client before
# running a polling task, but refresh it periodicaly instead.
# running a polling task, but refresh it periodically instead.
# NOTE(sileht): we do lazy loading of the keystone client
# for multiple reasons: