From eb5be268d9868c2b9da09c36a8e26d0127e99ff0 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 22 May 2023 19:58:17 +0300 Subject: [PATCH] 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 3785599d..271bc522 100644 --- a/src/microhttpd/test_client_put_stop.c +++ b/src/microhttpd/test_client_put_stop.c @@ -332,7 +332,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);