From d0bca0312b1e02737603dd9f292e846b1271f15c Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 31 Oct 2023 09:40:03 -0400 Subject: [PATCH] spelling --- src/firejail/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c index 8c14f0167aa..47a1ec1e12e 100644 --- a/src/firejail/sandbox.c +++ b/src/firejail/sandbox.c @@ -531,7 +531,7 @@ void start_application(int no_sandbox, int fd, char *set_sandbox_status) { } if (ll_restrict(0)) { - fprintf(stderr,"An error has occured while enabling Landlock self-restriction. Exiting...\n"); + fprintf(stderr,"An error has occurred while enabling Landlock self-restriction. Exiting...\n"); exit(1); // it isn't safe to continue if Landlock self-restriction was enabled and the "landlock_restrict_self" syscall has failed } #endif