aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/no_sandbox.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/no_sandbox.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/no_sandbox.c')
-rw-r--r--src/firejail/no_sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/no_sandbox.c b/src/firejail/no_sandbox.c
index 7c5cc1df9..78322807b 100644
--- a/src/firejail/no_sandbox.c
+++ b/src/firejail/no_sandbox.c
@@ -190,7 +190,7 @@ void run_no_sandbox(int argc, char **argv) {
190 190
191 int prog_index = 0; 191 int prog_index = 0;
192 // find first non option arg: 192 // find first non option arg:
193 // - first argument not starting wiht --, 193 // - first argument not starting with --,
194 // - whatever follows after -c (example: firejail -c ls) 194 // - whatever follows after -c (example: firejail -c ls)
195 for (i = 1; i < argc; i++) { 195 for (i = 1; i < argc; i++) {
196 if (strcmp(argv[i], "-c") == 0) { 196 if (strcmp(argv[i], "-c") == 0) {