diff mbox series

[ovs-dev] ovs-vswitchd: Fix typo in manpage.

Message ID 20200228185412.922977-1-blp@ovn.org
State Accepted
Commit fb405080b6c0ca8359ae6de1e8f35cc2b4f68565
Headers show
Series [ovs-dev] ovs-vswitchd: Fix typo in manpage. | expand

Commit Message

Ben Pfaff Feb. 28, 2020, 6:54 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 vswitchd/ovs-vswitchd.8.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gregory Rose Feb. 28, 2020, 6:59 p.m. UTC | #1
On 2/28/2020 10:54 AM, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>   vswitchd/ovs-vswitchd.8.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
> index ac66ed7bb300..0ad8bd2bc4ff 100644
> --- a/vswitchd/ovs-vswitchd.8.in
> +++ b/vswitchd/ovs-vswitchd.8.in
> @@ -107,7 +107,7 @@ how to configure Open vSwitch.
>   .SS "GENERAL COMMANDS"
>   .IP "\fBexit\fR \fI--cleanup\fR"
>   Causes \fBovs\-vswitchd\fR to gracefully terminate. If \fI--cleanup\fR
> -is specified, deletes flows from datpaths and releases other datapath
> +is specified, deletes flows from datapaths and releases other datapath
>   resources configured by \fBovs\-vswitchd\fR.  Otherwise, datapath
>   flows and other resources remains undeleted.  Resources of datapaths
>   that are integrated into \fBovs\-vswitchd\fR (e.g.  the \fBnetdev\fR

LGTM.

Reviewed by: Greg Rose <gvrose8192@gmail.com>
Ben Pfaff Feb. 28, 2020, 7:04 p.m. UTC | #2
On Fri, Feb 28, 2020 at 10:59:40AM -0800, Gregory Rose wrote:
> On 2/28/2020 10:54 AM, Ben Pfaff wrote:
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >   vswitchd/ovs-vswitchd.8.in | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
> > index ac66ed7bb300..0ad8bd2bc4ff 100644
> > --- a/vswitchd/ovs-vswitchd.8.in
> > +++ b/vswitchd/ovs-vswitchd.8.in
> > @@ -107,7 +107,7 @@ how to configure Open vSwitch.
> >   .SS "GENERAL COMMANDS"
> >   .IP "\fBexit\fR \fI--cleanup\fR"
> >   Causes \fBovs\-vswitchd\fR to gracefully terminate. If \fI--cleanup\fR
> > -is specified, deletes flows from datpaths and releases other datapath
> > +is specified, deletes flows from datapaths and releases other datapath
> >   resources configured by \fBovs\-vswitchd\fR.  Otherwise, datapath
> >   flows and other resources remains undeleted.  Resources of datapaths
> >   that are integrated into \fBovs\-vswitchd\fR (e.g.  the \fBnetdev\fR
> 
> LGTM.
> 
> Reviewed by: Greg Rose <gvrose8192@gmail.com>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
index ac66ed7bb300..0ad8bd2bc4ff 100644
--- a/vswitchd/ovs-vswitchd.8.in
+++ b/vswitchd/ovs-vswitchd.8.in
@@ -107,7 +107,7 @@  how to configure Open vSwitch.
 .SS "GENERAL COMMANDS"
 .IP "\fBexit\fR \fI--cleanup\fR"
 Causes \fBovs\-vswitchd\fR to gracefully terminate. If \fI--cleanup\fR
-is specified, deletes flows from datpaths and releases other datapath
+is specified, deletes flows from datapaths and releases other datapath
 resources configured by \fBovs\-vswitchd\fR.  Otherwise, datapath
 flows and other resources remains undeleted.  Resources of datapaths
 that are integrated into \fBovs\-vswitchd\fR (e.g.  the \fBnetdev\fR