From 938b1ad77a030d9040af5763e7d87b61c210b331 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 30 Oct 2025 08:13:32 -0400 Subject: [PATCH] dev-manual/new-recipe.rst: typo, "whith" -> "which" Fix typo "whith", should be "which". (From yocto-docs rev: bec165a3505f298b668bcf2a0f03fb8dcfccc510) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit f98b25f7f7522cf223beb001cabef870d6dd8c10) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/dev-manual/new-recipe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst index c9c5689ecc..5e8aa97af1 100644 --- a/documentation/dev-manual/new-recipe.rst +++ b/documentation/dev-manual/new-recipe.rst @@ -439,7 +439,7 @@ Licensing ========= Your recipe needs to define variables related to the license -under whith the software is distributed. See the +under which the software is distributed. See the :ref:`contributor-guide/recipe-style-guide:recipe license fields` section in the Contributor Guide for details.