From 58e0b5c01b479e2569ab506de127e54019c3cc1c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 1 Feb 2024 22:27:52 -0300 Subject: build: fix codespell warnings Warnings: $ make codespell Running codespell... ./README:757: Manuel ==> Manual ./RELNOTES:269: relpaced ==> replaced ./src/firecfg/desktop_files.c:60: diectory ==> directory ./platform/debian/control.i386:11: namepaces ==> namespaces ./platform/debian/control.amd64:11: namepaces ==> namespaces make: *** [Makefile:383: codespell] Error 65 $ codespell --version 2.2.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a08c85bb..4c87a1202 100644 --- a/Makefile +++ b/Makefile @@ -380,7 +380,7 @@ scan-build: clean .PHONY: codespell codespell: @printf 'Running %s...\n' $@ - @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ + @codespell --ignore-regex 'Manuel|UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ -S *.d,*.gz,*.o,*.so \ -S COPYING,m4 \ -S ./contrib/syscalls.sh \ -- cgit v1.2.3-70-g09d2