aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-25 11:08:11 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-25 11:08:11 -0400
commit926bdd67831f4d039c76b1164ddcc94452dfda6a (patch)
tree9ee3e2a1987d1616df0f3d5570690bd98da359de /src
parentMerge pull request #629 from manevich/patch-2 (diff)
parentSimplify dist target and add missing test/sysutils to tarball (diff)
downloadfirejail-926bdd67831f4d039c76b1164ddcc94452dfda6a.tar.gz
firejail-926bdd67831f4d039c76b1164ddcc94452dfda6a.tar.zst
firejail-926bdd67831f4d039c76b1164ddcc94452dfda6a.zip
Merge pull request #646 from reinerh/master
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