]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Wrong usage of "an"
authorhgangwx <hgangwx@cn.ibm.com>
Mon, 28 Dec 2015 07:22:04 +0000 (15:22 +0800)
committerhgangwx <hgangwx@cn.ibm.com>
Tue, 29 Dec 2015 17:15:56 +0000 (01:15 +0800)
commit0995ebda7fa651e02241dff94fd1a495ba326fd8
treec74258bb5d4e0a270b8fd5aa583be10cca77dc21
parent283e5db6919260e49756a885fcb40285c283c949
Wrong usage of "an"

Wrong usage of "an" in the messages:
"Gets called when an port gets added to or removed"
"Create an command to add an OVS bridge"

Should be:
"Gets called when a port gets added to or removed"
"Create a command to add an OVS bridge"

Totally 2 occurrences in Neutron base code.

Change-Id: I40756ed3eff7d2f672b2e0203b59ea5b8ff224c3
neutron/agent/firewall.py
neutron/agent/ovsdb/api.py