diff mbox series

[ovs-dev] vswitch.xml: Fix typo in documentation.

Message ID 20171023162627.11300-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] vswitch.xml: Fix typo in documentation. | expand

Commit Message

Ben Pfaff Oct. 23, 2017, 4:26 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 vswitchd/vswitch.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yi-Hung Wei Oct. 23, 2017, 5:36 p.m. UTC | #1
Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>

On Mon, Oct 23, 2017 at 9:26 AM, Ben Pfaff <blp@ovn.org> wrote:
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  vswitchd/vswitch.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> index 04c771f3fa0f..d7f68393b25e 100644
> --- a/vswitchd/vswitch.xml
> +++ b/vswitchd/vswitch.xml
> @@ -872,7 +872,7 @@
>        </column>
>
>        <column name="other_config" key="dp-desc">
> -        Human readable description of datapath.  It it a maximum 256
> +        Human readable description of datapath.  It is a maximum 256
>          byte-long free-form string to describe the datapath for
>          debugging purposes, e.g. <code>switch3 in room 3120</code>.
>        </column>
> --
> 2.10.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Ben Pfaff Oct. 23, 2017, 6:30 p.m. UTC | #2
Thanks, applied to master.

On Mon, Oct 23, 2017 at 10:36:54AM -0700, Yi-Hung Wei wrote:
> Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>
> 
> On Mon, Oct 23, 2017 at 9:26 AM, Ben Pfaff <blp@ovn.org> wrote:
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  vswitchd/vswitch.xml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> > index 04c771f3fa0f..d7f68393b25e 100644
> > --- a/vswitchd/vswitch.xml
> > +++ b/vswitchd/vswitch.xml
> > @@ -872,7 +872,7 @@
> >        </column>
> >
> >        <column name="other_config" key="dp-desc">
> > -        Human readable description of datapath.  It it a maximum 256
> > +        Human readable description of datapath.  It is a maximum 256
> >          byte-long free-form string to describe the datapath for
> >          debugging purposes, e.g. <code>switch3 in room 3120</code>.
> >        </column>
> > --
> > 2.10.2
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 04c771f3fa0f..d7f68393b25e 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -872,7 +872,7 @@ 
       </column>
 
       <column name="other_config" key="dp-desc">
-        Human readable description of datapath.  It it a maximum 256
+        Human readable description of datapath.  It is a maximum 256
         byte-long free-form string to describe the datapath for
         debugging purposes, e.g. <code>switch3 in room 3120</code>.
       </column>