diff mbox series

ref-manual: classes.rst: fix typo

Message ID 20230530200804.2052179-1-u.oelmann@pengutronix.de
State New
Headers show
Series ref-manual: classes.rst: fix typo | expand

Commit Message

Ulrich Ölmann May 30, 2023, 8:08 p.m. UTC
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 documentation/ref-manual/classes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker May 31, 2023, 7:22 a.m. UTC | #1
Hi Ulrich

On 30.05.23 at 22:08, Ulrich Ölmann wrote:
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
>   documentation/ref-manual/classes.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
> index e454a54537f7..11e70006e5ac 100644
> --- a/documentation/ref-manual/classes.rst
> +++ b/documentation/ref-manual/classes.rst
> @@ -1473,7 +1473,7 @@ Here are the tests you can list with the :term:`WARN_QA` and
>   
>   -  ``unhandled-features-check:`` check that if one of the variables that
>      the :ref:`ref-classes-features_check` class supports (e.g.
> -   :term:`REQUIRED_DISTRO_FEATURES`) is set by a recupe, then the recipe
> +   :term:`REQUIRED_DISTRO_FEATURES`) is set by a recipe, then the recipe
>      also inherits :ref:`ref-classes-features_check` in order for the
>      requirement to actually work.

Oops, good catch, thanks!
Merged into master-next.

Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index e454a54537f7..11e70006e5ac 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1473,7 +1473,7 @@  Here are the tests you can list with the :term:`WARN_QA` and
 
 -  ``unhandled-features-check:`` check that if one of the variables that
    the :ref:`ref-classes-features_check` class supports (e.g.
-   :term:`REQUIRED_DISTRO_FEATURES`) is set by a recupe, then the recipe
+   :term:`REQUIRED_DISTRO_FEATURES`) is set by a recipe, then the recipe
    also inherits :ref:`ref-classes-features_check` in order for the
    requirement to actually work.