From ac354ac94ac863e35cb670a5e81bbdc7b70f8559 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 7 Mar 2020 10:30:44 -0500 Subject: Fix spelling mistakes in code found by codespell Signed-off-by: Daniel J Walsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7baca10d5..7914cb163 100644 --- a/Makefile +++ b/Makefile @@ -394,7 +394,7 @@ man-page-check: .PHONY: codespell codespell: - codespell -S bin,vendor,.git,go.sum,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked + codespell -S bin,vendor,.git,go.sum,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked,splitted,marge,ERRO,hist -w # When publishing releases include critical build-time details .PHONY: release.txt -- cgit v1.2.3-54-g00ecf