aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-08-29 19:26:05 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-08-29 19:26:05 +0200
commit8d054a67ec661aa4cfcb70f70a860631cac2ef2b (patch)
tree8afc72ef6cf2c6a0cd182b0290d2a19b35ef11b3 /src
parent0.9.42~rc3 starting (diff)
downloadfirejail-8d054a67ec661aa4cfcb70f70a860631cac2ef2b.tar.gz
firejail-8d054a67ec661aa4cfcb70f70a860631cac2ef2b.tar.zst
firejail-8d054a67ec661aa4cfcb70f70a860631cac2ef2b.zip
Fix spelling error
found by lintian
Diffstat (limited to 'src')
-rw-r--r--src/firejail/x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/x11.c b/src/firejail/x11.c
index a68b54cdb..9a59b873b 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -525,7 +525,7 @@ void x11_start_xpra(int argc, char **argv) {
525 if (n == 10) 525 if (n == 10)
526 printf("failed to stop xpra server gratefully\n"); 526 printf("failed to stop xpra server gratefully\n");
527 else 527 else
528 printf("xpra server successfully stoped in %d secs\n", n); 528 printf("xpra server successfully stopped in %d secs\n", n);
529 } 529 }
530 530
531 // kill xpra server and xpra client 531 // kill xpra server and xpra client