From 56bcb1e6ffc8bc1eaccf73fddb279bfc6aa863cb Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 8 Dec 2017 16:48:03 +0100 Subject: fix typo --- src/firejail/fs_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/fs_lib.c b/src/firejail/fs_lib.c index 4cb8ed1c2..d5cad2440 100644 --- a/src/firejail/fs_lib.c +++ b/src/firejail/fs_lib.c @@ -125,7 +125,7 @@ void fslib_copy_libs(const char *full_path) { // run fldd to extact the list of files if (arg_debug || arg_debug_private_lib) - printf("runing fldd %s\n", full_path); + printf("running fldd %s\n", full_path); sbox_run(SBOX_USER | SBOX_SECCOMP | SBOX_CAPS_NONE, 3, PATH_FLDD, full_path, RUN_LIB_FILE); // open the list of libraries and install them on by one -- cgit v1.2.3-54-g00ecf