| Message ID | f5c9043d-4e1d-426b-58a3-ebf485c74871@crashcourse.ca |
|---|---|
| State | Accepted |
| Headers | show |
| Series | dev-manual/new-recipe.rst: typo, "whith" -> "which" | expand |
On Thu, 30 Oct 2025 08:13:32 -0400, Robert P. J. Day wrote: > Fix typo "whith", should be "which". > > Applied, thanks! [1/1] dev-manual/new-recipe.rst: typo, "whith" -> "which" commit: f98b25f7f7522cf223beb001cabef870d6dd8c10 Best regards, --
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst index aa4fb97a4..56a50efbe 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.
Fix typo "whith", should be "which". Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---