summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2025-10-30 08:13:32 -0400
committerSteve Sakoman <steve@sakoman.com>2025-11-26 07:50:36 -0800
commit938b1ad77a030d9040af5763e7d87b61c210b331 (patch)
treecac1c02186900ca83685cbffcdb90e5a83e52d19 /documentation/dev-manual
parente1453702a57de2b39b42671040cfec6069480a0e (diff)
downloadpoky-938b1ad77a030d9040af5763e7d87b61c210b331.tar.gz
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 <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit f98b25f7f7522cf223beb001cabef870d6dd8c10) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/new-recipe.rst2
1 files changed, 1 insertions, 1 deletions
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
439========= 439=========
440 440
441Your recipe needs to define variables related to the license 441Your recipe needs to define variables related to the license
442under whith the software is distributed. See the 442under which the software is distributed. See the
443:ref:`contributor-guide/recipe-style-guide:recipe license fields` 443:ref:`contributor-guide/recipe-style-guide:recipe license fields`
444section in the Contributor Guide for details. 444section in the Contributor Guide for details.
445 445