Re: [PATCH] src: fix typo in fixup_name()

2025-07-17 Thread Ján Tomko via Devel
On a Thursday in 2025, Elizaveta Tereshkina wrote: Similar branches in the if-else structure look like bad copy-paste. Fix the typo. Fixes: a559ffec44 (src: rewrite ACL rule checker in Python) Signed-off-by: Elizaveta Tereshkina --- scripts/check-aclrules.py | 2 +- 1 file changed, 1 insertion(+

[PATCH] src: fix typo in fixup_name()

2025-07-17 Thread Elizaveta Tereshkina
Similar branches in the if-else structure look like bad copy-paste. Fix the typo. Fixes: a559ffec44 (src: rewrite ACL rule checker in Python) Signed-off-by: Elizaveta Tereshkina --- scripts/check-aclrules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-aclrul