]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3: Fix typo in create_manifest3.py
authorOmri Sarig <omri.sarig13@gmail.com>
Tue, 4 Feb 2025 13:08:40 +0000 (14:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Feb 2025 12:52:35 +0000 (12:52 +0000)
Fixed a misspelled "posible" to "possible".

Signed-off-by: Omri Sarig <omri.sarig13@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/create_manifest3.py

index 045240ea0b87ab728c5565be15698c492233b8f9..288d5ede3a29badedb57502d83499ea2283cffcf 100644 (file)
@@ -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.
 #