Skip to content

Commit

Permalink
build_profile.c: fix typo of "begins"
Browse files Browse the repository at this point in the history
Added on commit 9af2c14 ("Better debug handling.").
  • Loading branch information
kmk3 committed Oct 5, 2021
1 parent d2389ec commit 5c39051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fbuilder/build_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void build_profile(int argc, char **argv, int index, FILE *fp) {

if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
if (fp == stdout)
printf("--- Built profile beings after this line ---\n");
printf("--- Built profile begins after this line ---\n");
fprintf(fp, "# Save this file as \"application.profile\" (change \"application\" with the\n");
fprintf(fp, "# program name) in ~/.config/firejail directory. Firejail will find it\n");
fprintf(fp, "# automatically every time you sandbox your application.\n#\n");
Expand Down

0 comments on commit 5c39051

Please sign in to comment.