aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/test_client_put_stop.c2
1 files changed, 1 insertions, 1 deletions
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)
325 if (limit > 0) 325 if (limit > 0)
326 { 326 {
327#ifndef _MHD_HEAVY_TESTS 327#ifndef _MHD_HEAVY_TESTS
328 fprintf (stderr, "This system has limits on number of RST packet" 328 fprintf (stderr, "This system has limits on number of RST packets"
329 " per second (%d).\nThis test will be used only if configured " 329 " per second (%d).\nThis test will be used only if configured "
330 "with '--enable-heavy-test'.\n", limit); 330 "with '--enable-heavy-test'.\n", limit);
331 exit (77); 331 exit (77);