Message ID | 20230117171016.733760-1-luca.ceresoli@bootlin.com |
---|---|
State | Accepted |
Commit | 71535ccea091f130e94339072e3c579661dbf3d8 |
Headers | show |
Series | manuals: fix typo in the MLPREFIX description | expand |
Hi Luca On 17.01.23 at 18:10, Luca Ceresoli via lists.yoctoproject.org wrote: > From: Luca Ceresoli <luca.ceresoli@bootlin.com> > > Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> > --- > documentation/ref-manual/variables.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst > index f2decd713ba1..652f08c71202 100644 > --- a/documentation/ref-manual/variables.rst > +++ b/documentation/ref-manual/variables.rst > @@ -5101,7 +5101,7 @@ system and gives an overview of their function and contents. > Specifies a prefix has been added to :term:`PN` to create a > special version of a recipe or package (i.e. a Multilib version). The > variable is used in places where the prefix needs to be added to or > - removed from a the name (e.g. the :term:`BPN` variable). > + removed from a name (e.g. the :term:`BPN` variable). > :term:`MLPREFIX` gets set when a prefix has been added to :term:`PN`. Good catch. Thanks for the patch. Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> ... and merged into the "master-next" branch. Cheers Michael.
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f2decd713ba1..652f08c71202 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -5101,7 +5101,7 @@ system and gives an overview of their function and contents. Specifies a prefix has been added to :term:`PN` to create a special version of a recipe or package (i.e. a Multilib version). The variable is used in places where the prefix needs to be added to or - removed from a the name (e.g. the :term:`BPN` variable). + removed from a name (e.g. the :term:`BPN` variable). :term:`MLPREFIX` gets set when a prefix has been added to :term:`PN`. .. note::