aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-05-22 19:58:17 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-05-23 11:42:08 +0300
commit00c63070f16dd750074d3817ce45031a1bdc4aef (patch)
treee7230a76cd421badd20f7cd05f470a5b26f33d61
parent9917ae286abf8856182dd424b9de568f703ce9d4 (diff)
downloadlibmicrohttpd-00c63070f16dd750074d3817ce45031a1bdc4aef.tar.gz
libmicrohttpd-00c63070f16dd750074d3817ce45031a1bdc4aef.zip
test_client_put_stop: fixed typo in diag message
-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);