From 0d2044aa09a8d54d06d4c6dc2c93a0c63091c44c Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 19 Feb 2017 15:31:01 -0500 Subject: spelling --- src/firejail/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/firejail/x11.c b/src/firejail/x11.c index 74eb00268..5bbc327a6 100644 --- a/src/firejail/x11.c +++ b/src/firejail/x11.c @@ -643,7 +643,7 @@ void x11_start(int argc, char **argv) { // // 3. If for any reason xauth command fails, we exit the sandbox. On Debian 8 this happens // when using a network namespace. Somehow, xauth tries to connect to the abstract socket, -// and it failes because of the network namespace - it should try to connect to the regular +// and it fails because of the network namespace - it should try to connect to the regular // Unix socket! If we ignore the fail condition, the program will be started on X server without // the security extension loaded. void x11_xorg(void) { -- cgit v1.2.3-54-g00ecf