Fixing typo in controller/worker/tasks/database_tasks.py

Change-Id: Idbb3b7316024f94c67b89d7104e2d36eb14da147
This commit is contained in:
Ildar Iskhakov 2017-07-25 21:27:08 +03:00
parent 73d4f356e4
commit cd3a867851
1 changed files with 1 additions and 1 deletions

View File

@ -2562,7 +2562,7 @@ class DecrementPoolQuota(BaseDatabaseTask):
lock_session.rollback()
# Attempt to increment back the member quota
# This is seperate calls to maximize the correction
# This is separate calls to maximize the correction
# should other factors have increased the in use quota
# before this point in the revert flow
for i in six.moves.range(pool_child_count['member']):