Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Oct 31, 2023
1 parent 203005d commit d0bca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firejail/sandbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0bca03

Please sign in to comment.