diff mbox series

manuals: fix typo in the MLPREFIX description

Message ID 20230117171016.733760-1-luca.ceresoli@bootlin.com
State New
Headers show
Series manuals: fix typo in the MLPREFIX description | expand

Commit Message

Luca Ceresoli Jan. 17, 2023, 5:10 p.m. UTC
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(-)

Comments

Michael Opdenacker Jan. 18, 2023, 9 a.m. UTC | #1
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 mbox series

Patch

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::