aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-07-24 23:29:14 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-07-24 23:29:14 +0200
commitc9acc69dcc12f937c5abdde64e4f115bbf38a7a5 (patch)
treebc05f32e412fc47acf46940e8cd959e8bf223c5d /src
parent0.9.42~rc2 development (diff)
downloadfirejail-c9acc69dcc12f937c5abdde64e4f115bbf38a7a5.tar.gz
firejail-c9acc69dcc12f937c5abdde64e4f115bbf38a7a5.tar.zst
firejail-c9acc69dcc12f937c5abdde64e4f115bbf38a7a5.zip
Fix spelling errors found by lintian
Diffstat (limited to 'src')
-rw-r--r--src/faudit/files.c2
-rw-r--r--src/man/firejail.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/faudit/files.c b/src/faudit/files.c
index e27d3436a..67b43f22b 100644
--- a/src/faudit/files.c
+++ b/src/faudit/files.c
@@ -44,7 +44,7 @@ static void check_home_file(const char *name) {
44void files_test(void) { 44void files_test(void) {
45 struct passwd *pw = getpwuid(getuid()); 45 struct passwd *pw = getpwuid(getuid());
46 if (!pw) { 46 if (!pw) {
47 fprintf(stderr, "Error: cannot retrive user account information\n"); 47 fprintf(stderr, "Error: cannot retrieve user account information\n");
48 return; 48 return;
49 } 49 }
50 50
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index fed573e6c..c9e24380c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1522,7 +1522,7 @@ firejail version 0.9.27
1522.TP 1522.TP
1523\fB\-\-whitelist=dirname_or_filename 1523\fB\-\-whitelist=dirname_or_filename
1524Whitelist directory or file. This feature is implemented only for user home, /dev, /media, /opt, /var, and /tmp directories. 1524Whitelist directory or file. This feature is implemented only for user home, /dev, /media, /opt, /var, and /tmp directories.
1525With the exeception of user home, both the link and the real file should be in 1525With the exception of user home, both the link and the real file should be in
1526the same top directory. 1526the same top directory.
1527.br 1527.br
1528 1528