diff mbox series

[ovs-dev] ovs-actions: Correct typo in ovs-actions man page.

Message ID 20230221191813.1029545-1-mkp@redhat.com
State Accepted
Commit 71e5669af6bf1d8f7ba0afbea24ce811d23e7d2e
Headers show
Series [ovs-dev] ovs-actions: Correct typo in ovs-actions man page. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Mike Pattrick Feb. 21, 2023, 7:18 p.m. UTC
There was a minor typo in the ovs-actions man page.

Signed-off-by: Mike Pattrick <mkp@redhat.com>
---
 Documentation/ref/ovs-actions.7.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilya Maximets Feb. 21, 2023, 9:09 p.m. UTC | #1
On 2/21/23 20:18, Mike Pattrick wrote:
> There was a minor typo in the ovs-actions man page.
> 
> Signed-off-by: Mike Pattrick <mkp@redhat.com>
> ---
>  Documentation/ref/ovs-actions.7.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/ref/ovs-actions.7.rst b/Documentation/ref/ovs-actions.7.rst
> index b59b7634f..d13895655 100644
> --- a/Documentation/ref/ovs-actions.7.rst
> +++ b/Documentation/ref/ovs-actions.7.rst
> @@ -1380,7 +1380,7 @@ The ``delete_field`` action
>    | ``delete_field:``\ *field*
>  
>  The ``delete_field`` action deletes a *field* in the syntax described under
> -`Field Specifications`_ above.  Currently, only the ``tun_metadta`` fields are
> +`Field Specifications`_ above.  Currently, only the ``tun_metadata`` fields are
>  supported.
>  
>  This action was added in Open vSwitch 2.14.

Thanks!  Applied and backported down to 2.17.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/Documentation/ref/ovs-actions.7.rst b/Documentation/ref/ovs-actions.7.rst
index b59b7634f..d13895655 100644
--- a/Documentation/ref/ovs-actions.7.rst
+++ b/Documentation/ref/ovs-actions.7.rst
@@ -1380,7 +1380,7 @@  The ``delete_field`` action
   | ``delete_field:``\ *field*
 
 The ``delete_field`` action deletes a *field* in the syntax described under
-`Field Specifications`_ above.  Currently, only the ``tun_metadta`` fields are
+`Field Specifications`_ above.  Currently, only the ``tun_metadata`` fields are
 supported.
 
 This action was added in Open vSwitch 2.14.