From 3ff6faa862a06257ac613ad1df71a6bdf350bfcb Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Mon, 26 Feb 2018 00:54:35 -0800 Subject: [PATCH] [Trivialfix]Modify a grammatical error Modify a grammatical error by deleting "the" in portqos.py. Change-Id: I93e21779bfc4f295f7fc63e6cc1150b8d37ed60c --- dragonflow/controller/apps/portqos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dragonflow/controller/apps/portqos.py b/dragonflow/controller/apps/portqos.py index 743517139..bc091f6c1 100644 --- a/dragonflow/controller/apps/portqos.py +++ b/dragonflow/controller/apps/portqos.py @@ -50,7 +50,7 @@ class PortQosApp(df_base_app.DFlowApp): def _check_update_local_port_qos(self, lport): policy = lport.qos_policy if not policy: - # If the there is no qos associated with lport in nb db, + # If there is no qos associated with lport in nb db, # the qos in ovs db should also be checked and cleared. # This is because the ovs db might not be consistent with # nb db.