fix typo: writting -> writing in sack_filter

Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com>
Reviewed-by: ngie
Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174
This commit is contained in:
Felipe Matarazzo
2026-04-29 13:14:43 -03:00
committed by Enji Cooper
parent a8cb5cb400
commit 092528b05d
+1 -1
View File
@@ -863,7 +863,7 @@ main(int argc, char **argv)
outwrite:
fclose(io);
} else {
printf("failed to open sack_setup.bin for writting .. sorry\n");
printf("failed to open sack_setup.bin for writing .. sorry\n");
}
} else if (strncmp(buffer, "restore", 7) == 0) {
FILE *io;