aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/ls.c
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/firejail/ls.c
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/firejail/ls.c')
-rw-r--r--src/firejail/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/firejail/ls.c b/src/firejail/ls.c
index 51370da60..164dc465a 100644
--- a/src/firejail/ls.c
+++ b/src/firejail/ls.c
@@ -353,7 +353,7 @@ void sandboxfs(int op, pid_t pid, const char *path1, const char *path2) {
353 exit(1); 353 exit(1);
354 } 354 }
355 355
356 // copy the temporary file into the destionation file 356 // copy the temporary file into the destination file
357 child = fork(); 357 child = fork();
358 if (child < 0) 358 if (child < 0)
359 errExit("fork"); 359 errExit("fork");
@@ -428,7 +428,7 @@ void sandboxfs(int op, pid_t pid, const char *path1, const char *path2) {
428 exit(1); 428 exit(1);
429 } 429 }
430 430
431 // copy the temporary file into the destionation file 431 // copy the temporary file into the destination file
432 child = fork(); 432 child = fork();
433 if (child < 0) 433 if (child < 0)
434 errExit("fork"); 434 errExit("fork");