From 783f073db6c6d4c54ba138f2fdf171596168b7ed Mon Sep 17 00:00:00 2001
From: Nguyen Tuong Thanh <thanhnt@vn.fujitsu.com>
Date: Mon, 21 Mar 2016 15:14:03 +0700
Subject: [PATCH] Fixes typo.

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

Change-Id: Ic93b0933b41fcf82fffe92bbdf80589d27586cf4
---
 neutron/pecan_wsgi/controllers/quota.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neutron/pecan_wsgi/controllers/quota.py b/neutron/pecan_wsgi/controllers/quota.py
index fdc5377292a..56cee526669 100644
--- a/neutron/pecan_wsgi/controllers/quota.py
+++ b/neutron/pecan_wsgi/controllers/quota.py
@@ -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)