From 681e074681d8864c07f6cfa5c263ed6e384da878 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 19 Nov 2018 10:07:39 -0500 Subject: Misc. typos Found using `codespell -q 3 -L shotcut,objext,als,ans,creat,varius,chage,tthe` --- src/faudit/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/faudit') diff --git a/src/faudit/caps.c b/src/faudit/caps.c index 46c262c89..e0fb38488 100644 --- a/src/faudit/caps.c +++ b/src/faudit/caps.c @@ -43,7 +43,7 @@ static int extract_caps(uint64_t *val) { return 1; } -// return 1 if the capability is in tbe map +// return 1 if the capability is in the map static int check_capability(uint64_t map, int cap) { int i; uint64_t mask = 1ULL; -- cgit v1.2.3-54-g00ecf