diff mbox

[ovs-dev,1/2] ovsdb: fix a typo in ovs-vswitchd.conf.db(5).

Message ID 1456349254-128002-1-git-send-email-azhou@ovn.org
State Accepted
Headers show

Commit Message

Andy Zhou Feb. 24, 2016, 9:27 p.m. UTC
Signed-off-by: Andy Zhou <azhou@ovn.org>
---
 vswitchd/vswitch.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Stringer Feb. 24, 2016, 10:01 p.m. UTC | #1
On 24 February 2016 at 13:27, Andy Zhou <azhou@ovn.org> wrote:
> Signed-off-by: Andy Zhou <azhou@ovn.org>

Acked-by: Joe Stringer <joe@ovn.org>
Ben Pfaff Feb. 27, 2016, 12:27 a.m. UTC | #2
On Wed, Feb 24, 2016 at 01:27:33PM -0800, Andy Zhou wrote:
> Signed-off-by: Andy Zhou <azhou@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Andy Zhou Feb. 29, 2016, 7:14 p.m. UTC | #3
On Fri, Feb 26, 2016 at 4:27 PM, Ben Pfaff <blp@ovn.org> wrote:

> On Wed, Feb 24, 2016 at 01:27:33PM -0800, Andy Zhou wrote:
> > Signed-off-by: Andy Zhou <azhou@ovn.org>
>
> Acked-by: Ben Pfaff <blp@ovn.org>
>
Thanks joe and Ben for the review. Pushed to master.
diff mbox

Patch

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index c2ec914..bccea55 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -4281,7 +4281,7 @@ 
       <column name="status" key="bound_port" type='{"type": "integer"}'>
         When <ref column="target"/> is <code>ptcp:</code> or
         <code>pssl:</code>, this is the TCP port on which the OVSDB server is
-        listening.  (This is is particularly useful when <ref
+        listening.  (This is particularly useful when <ref
         column="target"/> specifies a port of 0, allowing the kernel to
         choose any available port.)
       </column>