From: Omri Sarig Date: Tue, 4 Feb 2025 13:08:40 +0000 (+0100) Subject: python3: Fix typo in create_manifest3.py X-Git-Tag: uninative-4.7~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2d743e4809d6cbaa8e441dc42624eb65daad63;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3: Fix typo in create_manifest3.py Fixed a misspelled "posible" to "possible". Signed-off-by: Omri Sarig Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3/create_manifest3.py b/meta/recipes-devtools/python/python3/create_manifest3.py index 045240ea0b8..288d5ede3a2 100644 --- a/meta/recipes-devtools/python/python3/create_manifest3.py +++ b/meta/recipes-devtools/python/python3/create_manifest3.py @@ -1,7 +1,7 @@ # This script is used as a bitbake task to create a new python manifest # $ bitbake python -c create_manifest # -# Our goal is to keep python-core as small as posible and add other python +# Our goal is to keep python-core as small as possible and add other python # packages only when the user needs them, hence why we split upstream python # into several packages. #