From 00c63070f16dd750074d3817ce45031a1bdc4aef Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 22 May 2023 19:58:17 +0300 Subject: test_client_put_stop: fixed typo in diag message --- src/microhttpd/test_client_put_stop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c index 50a12688..25a2084c 100644 --- a/src/microhttpd/test_client_put_stop.c +++ b/src/microhttpd/test_client_put_stop.c @@ -325,7 +325,7 @@ test_global_init (void) if (limit > 0) { #ifndef _MHD_HEAVY_TESTS - fprintf (stderr, "This system has limits on number of RST packet" + fprintf (stderr, "This system has limits on number of RST packets" " per second (%d).\nThis test will be used only if configured " "with '--enable-heavy-test'.\n", limit); exit (77); -- cgit v1.2.3