summaryrefslogtreecommitdiffstats
path: root/src/faudit
diff options
context:
space:
mode:
authorLibravatar luz.paz <luzpaz@users.noreply.github.com>2018-11-19 10:07:39 -0500
committerLibravatar luz.paz <luzpaz@users.noreply.github.com>2018-11-19 10:07:39 -0500
commit681e074681d8864c07f6cfa5c263ed6e384da878 (patch)
tree0482b61024223273180be9214b6c1d2ae390e550 /src/faudit
parentRemove -c from usage completely. (diff)
downloadfirejail-681e074681d8864c07f6cfa5c263ed6e384da878.tar.gz
firejail-681e074681d8864c07f6cfa5c263ed6e384da878.tar.zst
firejail-681e074681d8864c07f6cfa5c263ed6e384da878.zip
Misc. typos
Found using `codespell -q 3 -L shotcut,objext,als,ans,creat,varius,chage,tthe`
Diffstat (limited to 'src/faudit')
-rw-r--r--src/faudit/caps.c2
1 files changed, 1 insertions, 1 deletions
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) {
43 return 1; 43 return 1;
44} 44}
45 45
46// return 1 if the capability is in tbe map 46// return 1 if the capability is in the map
47static int check_capability(uint64_t map, int cap) { 47static int check_capability(uint64_t map, int cap) {
48 int i; 48 int i;
49 uint64_t mask = 1ULL; 49 uint64_t mask = 1ULL;