aboutsummaryrefslogtreecommitdiffstats
path: root/src/firecfg
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-01 22:27:52 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-01 22:31:18 -0300
commit58e0b5c01b479e2569ab506de127e54019c3cc1c (patch)
treef62a15287442ee7b1b56f06d9cc6d1effb09a178 /src/firecfg
parentbuild: ignore depfiles on codespell (diff)
downloadfirejail-58e0b5c01b479e2569ab506de127e54019c3cc1c.tar.gz
firejail-58e0b5c01b479e2569ab506de127e54019c3cc1c.tar.zst
firejail-58e0b5c01b479e2569ab506de127e54019c3cc1c.zip
build: fix codespell warnings
Warnings: $ make codespell Running codespell... ./README:757: Manuel ==> Manual ./RELNOTES:269: relpaced ==> replaced ./src/firecfg/desktop_files.c:60: diectory ==> directory ./platform/debian/control.i386:11: namepaces ==> namespaces ./platform/debian/control.amd64:11: namepaces ==> namespaces make: *** [Makefile:383: codespell] Error 65 $ codespell --version 2.2.6
Diffstat (limited to 'src/firecfg')
-rw-r--r--src/firecfg/desktop_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firecfg/desktop_files.c b/src/firecfg/desktop_files.c
index ecb18a60e..1895e437b 100644
--- a/src/firecfg/desktop_files.c
+++ b/src/firecfg/desktop_files.c
@@ -57,7 +57,7 @@ static int check_profile(const char *name, const char *homedir) {
57} 57}
58 58
59 59
60// look for a profile file in /etc/firejail diectory and in homedir/.config/firejail directory 60// look for a profile file in /etc/firejail and ~/.config/firejail
61static int have_profile(const char *filename, const char *homedir) { 61static int have_profile(const char *filename, const char *homedir) {
62 assert(filename); 62 assert(filename);
63 assert(homedir); 63 assert(homedir);