Re: [PATCH] security/selinux/include/: fix misspellings using codespell tool

2021-03-08 Thread Paul Moore
On Mon, Mar 8, 2021 at 6:19 AM wrote: > > From: Xiong Zhenwu > > A typo is f out by codespell tool in 422th line of security.h: > > $ codespell ./security/selinux/include/ > ./security.h:422: thie ==> the, this > > Fix a typo found by codespell. > > Signed-off-by: Xiong Zhenwu > --- > security

[PATCH] security/selinux/include/: fix misspellings using codespell tool

2021-03-08 Thread menglong8 . dong
From: Xiong Zhenwu A typo is f out by codespell tool in 422th line of security.h: $ codespell ./security/selinux/include/ ./security.h:422: thie ==> the, this Fix a typo found by codespell. Signed-off-by: Xiong Zhenwu --- security/selinux/include/security.h | 2 +- 1 file changed, 1 insert