From d4f8a4c299d35173e1cea8a8cd582588d06d1439 Mon Sep 17 00:00:00 2001 From: Peter Millerchip Date: Mon, 24 Aug 2015 14:48:15 +0100 Subject: Fix typo in usage.c --- src/firejail/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/usage.c b/src/firejail/usage.c index d9ca7e615..1f9e37248 100644 --- a/src/firejail/usage.c +++ b/src/firejail/usage.c @@ -278,7 +278,7 @@ void usage(void) { printf("\tPrcs - number of processes running in sandbox, including the controlling\n"); printf("\t process.\n"); printf("\tRES - Resident Memory Size (KiB), sandbox non-swapped physical memory.\n"); - printf("\t It is a sum of the RES valprivate-etcues for all processes running in the\n"); + printf("\t It is a sum of the RES values for all processes running in the\n"); printf("\t sandbox.\n"); printf("\tSHR - Shared Memory Size (KiB), it reflects memory shared with other\n"); printf("\t processes. It is a sum of the SHR values for all processes running\n"); -- cgit v1.2.3-54-g00ecf