Skip to content

Commit

Permalink
doc: remove repeated repeated words
Browse files Browse the repository at this point in the history
[ upstream commit 4f82397 ]

Some duplicate words were detected with a script.

Fixes: fdec930 ("doc: add flow classify guides")
Fixes: 4dc6d8e ("doc: add graph library guide")
Fixes: 30d3aa8 ("doc: rework VM power manager user guide")
Fixes: 0d547ed ("examples/ipsec-secgw: support configuration file")
Fixes: e64833f ("examples/l2fwd-keepalive: add sample application")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
tmonjalo authored and cpaelzer committed Nov 30, 2021
1 parent 264243f commit d0d1c1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/guides/prog_guide/flow_classify_lib.rst
Expand Up @@ -366,7 +366,7 @@ Packet Matching
~~~~~~~~~~~~~~~

The ``rte_flow_classifier_query`` API is used to find packets which match a
given flow Flow rule in the table.
given flow rule in the table.
This API calls the flow_classify_run internal function which calls the
``table.ops.f_lookup`` API to see if any packets in a burst match any
of the Flow rules in the table.
Expand Down
2 changes: 1 addition & 1 deletion doc/guides/sample_app_ug/ipsec_secgw.rst
Expand Up @@ -330,7 +330,7 @@ where each options means:

* *protect <SA_idx>*: the specified traffic is protected by SA rule
with id SA_idx
* *bypass*: the specified traffic traffic is bypassed
* *bypass*: the specified traffic is bypassed
* *discard*: the specified traffic is discarded

``<priority>``
Expand Down
2 changes: 1 addition & 1 deletion doc/guides/sample_app_ug/keep_alive.rst
Expand Up @@ -78,7 +78,7 @@ options.
Explanation
-----------

The following sections provide some explanation of the The
The following sections provide some explanation of the
Keep-Alive/'Liveliness' conceptual scheme. As mentioned in the
overview section, the initialization and run-time paths are very
similar to those of the :doc:`l2_forward_real_virtual`.
Expand Down

0 comments on commit d0d1c1e

Please sign in to comment.