From 9479971ef937d045558b1c46400dc896cf83499e 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: 1a54d05d8bd5484e17cbc060fc57fd2f7afb683f) 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 f48a09778f..a2715f4e22 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.