aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar avoidr <avoidr@users.noreply.github.com>2016-04-12 17:34:04 +0200
committerLibravatar avoidr <avoidr@users.noreply.github.com>2016-04-12 17:34:04 +0200
commit33a939d5b45e00f5891b737e4f3627d20975bfe9 (patch)
treea0e7b8617bcf5cfbd77f288e903cf88042cd4296 /src
parentfs.c: adjust comments (diff)
downloadfirejail-33a939d5b45e00f5891b737e4f3627d20975bfe9.tar.gz
firejail-33a939d5b45e00f5891b737e4f3627d20975bfe9.tar.zst
firejail-33a939d5b45e00f5891b737e4f3627d20975bfe9.zip
fs_bin.c: typo
Diffstat (limited to 'src')
-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)