git: 092528b05d1f - main - fix typo: writting -> writing in sack_filter
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Apr 2026 16:31:08 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=092528b05d1fb0776fecb345ce99b1b68e8122b1
commit 092528b05d1fb0776fecb345ce99b1b68e8122b1
Author: Felipe Matarazzo <felipemps@protonmail.com>
AuthorDate: 2026-04-29 16:14:43 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-30 16:29:18 +0000
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
---
sys/netinet/tcp_stacks/sack_filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet/tcp_stacks/sack_filter.c b/sys/netinet/tcp_stacks/sack_filter.c
index 445f3368f992..1e329479f0e1 100644
--- a/sys/netinet/tcp_stacks/sack_filter.c
+++ b/sys/netinet/tcp_stacks/sack_filter.c
@@ -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;