Merge "Trivial: fix typo in docstring"

This commit is contained in:
Jenkins 2016-10-18 10:53:13 +00:00 committed by Gerrit Code Review
commit ad681802e6

View File

@ -474,7 +474,7 @@ def _sleep_time(iter):
def _set_and_wait(target_state, driver_info):
"""Helper function for DynamicLoopingCall.
This method changes the power state and polls the BMCuntil the desired
This method changes the power state and polls the BMC until the desired
power state is reached, or CONF.ipmi.retry_timeout would be exceeded by the
next iteration.