Message ID | 20250204130840.2282237-1-omri.sarig13@gmail.com |
---|---|
State | Accepted, archived |
Commit | fe55f05a7068ba7b277a253058fdcc8964222bc1 |
Headers | show |
Series | [v2,1/2] python3: Fix typo in python3-manifest.json | expand |
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index f99cc5e2f0..441830833b 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -1,7 +1,7 @@ # DO NOT (entirely) modify this file manually, please read. # # IMPORTANT NOTE: -# Please keep in mind that the create_manifest task relies on the fact the the +# Please keep in mind that the create_manifest task relies on the fact that the # target and native Python packages are the same, and it also needs to be executed # with a fully working native package (with all the PACKAGECONFIGs enabled and all # and all the modules should be working, check log.do_compile), otherwise the script
Fix a wrong "the" to be the intended "that". Signed-off-by: Omri Sarig <omri.sarig13@gmail.com> --- meta/recipes-devtools/python/python3/python3-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)