Fixes typo.

This patch edit the redundant "to" to "do" and corrects
"eplicit" to "explicit".

Change-Id: Ic93b0933b41fcf82fffe92bbdf80589d27586cf4
This commit is contained in:
Nguyen Tuong Thanh 2016-03-21 15:14:03 +07:00
parent 4c65e2ff1e
commit 783f073db6

View File

@ -58,7 +58,7 @@ class QuotasController(utils.NeutronPecanController):
@utils.expose(generic=True)
def index(self):
neutron_context = request.context.get('neutron_context')
# FIXME(salv-orlando): There shouldn't be any need to to this eplicit
# FIXME(salv-orlando): There shouldn't be any need to do this explicit
# check. However some behaviours from the "old" extension have
# been temporarily carried over here
self._check_admin(neutron_context)