Re: [OE-core] [PATCH] bitbake: fix typos in string literals and comments

2023-08-18 Thread Alexander Kanavin
Oh wait, I forgot: https://en.wikipedia.org/wiki/If_and_only_if Alex On Fri, 18 Aug 2023 at 13:50, Alexander Kanavin wrote: > > Thanks, this should be going to bitbake-devel list. > > Alex > > On Fri, 18 Aug 2023 at 13:48, Markus Niebel > wrote: > > > > Replace 'iff' with 'if' > > > >

Re: [OE-core] [PATCH] bitbake: fix typos in string literals and comments

2023-08-18 Thread Alexander Kanavin
Thanks, this should be going to bitbake-devel list. Alex On Fri, 18 Aug 2023 at 13:48, Markus Niebel wrote: > > Replace 'iff' with 'if' > > Signed-off-by: Markus Niebel > --- > bitbake/lib/bs4/element.py | 4 ++-- > bitbake/lib/ply/yacc.py| 4 ++-- > 2 files changed, 4 insertions(+), 4

[OE-core] [PATCH] bitbake: fix typos in string literals and comments

2023-08-18 Thread Markus Niebel
Replace 'iff' with 'if' Signed-off-by: Markus Niebel --- bitbake/lib/bs4/element.py | 4 ++-- bitbake/lib/ply/yacc.py| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitbake/lib/bs4/element.py b/bitbake/lib/bs4/element.py index 68be42d138..d59be6fa85 100644 ---