]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Misspelling in message
authorHerman Ge <gehg@cn.ibm.com>
Mon, 28 Dec 2015 11:31:42 +0000 (06:31 -0500)
committerHerman Ge <gehg@cn.ibm.com>
Thu, 31 Dec 2015 14:08:18 +0000 (09:08 -0500)
Misspelling in following message:
"# interconnect physical and integration bridges using veth/patchs".
Should be:
"# interconnect physical and integration bridges using veth/patches".
Totally 1 occurrence in Neutron base code.

Change-Id: If752b8c65cf4993447b93dfc9a06de15389f2675

neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py

index 6e8859730de53924802376509fb01cd195c6058f..1e71c7b05a99af8faca67569e9dc9be2039ba3db 100644 (file)
@@ -1062,7 +1062,7 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin,
             br.setup_default_table()
             self.phys_brs[physical_network] = br
 
-            # interconnect physical and integration bridges using veth/patchs
+            # interconnect physical and integration bridges using veth/patches
             int_if_name = p_utils.get_interface_name(
                 bridge, prefix=constants.PEER_INTEGRATION_PREFIX)
             phys_if_name = p_utils.get_interface_name(