aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/fs_bin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/fs_bin.c b/src/firejail/fs_bin.c
index fe1ac9243..87d63c6e6 100644
--- a/src/firejail/fs_bin.c
+++ b/src/firejail/fs_bin.c
@@ -227,7 +227,7 @@ void fs_private_bin_list(void) {
227 // wait for the child to finish 227 // wait for the child to finish
228 waitpid(child, NULL, 0); 228 waitpid(child, NULL, 0);
229 229
230 // moun-bind 230 // mount-bind
231 i = 0; 231 i = 0;
232 while (paths[i]) { 232 while (paths[i]) {
233 if (arg_debug) 233 if (arg_debug)