> -----Original Message----- > From: Yang Xiaoliang <[email protected]> > Sent: Friday 7 August 2026 08:16 > To: [email protected] > Cc: [email protected]; Yang Xiaoliang <[email protected]> > Subject: [PATCH] doc: fix typo in l3fwd sample app guide > > Fix "menthod" typo, should be "method". > > Signed-off-by: Yang Xiaoliang <[email protected]> > --- > doc/guides/sample_app_ug/l3_forward.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/sample_app_ug/l3_forward.rst > b/doc/guides/sample_app_ug/l3_forward.rst > index 452bd8cc6c..0395474337 100644 > --- a/doc/guides/sample_app_ug/l3_forward.rst > +++ b/doc/guides/sample_app_ug/l3_forward.rst > @@ -210,7 +210,7 @@ In this command: > > * The --mode option defines PMD to be used for packet I/O. > > -* The --eventq-sched option enables synchronization menthod of event queue > so that packets will be > scheduled accordingly. > +* The --eventq-sched option enables synchronization method of event queue > so that packets will be > scheduled accordingly. > > If application uses S/W scheduler, it uses following DPDK services: > > -- > 2.43.0
Acked-by: Marat Khalili <[email protected]> Consider also running this line through an LLM for better flow.

