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-06-01 12:34:35 +0300
commiteb5be268d9868c2b9da09c36a8e26d0127e99ff0 (patch)
tree8db843354759079d2f943e40238e4834129d405f
parent97dec411ebb29ff1ffb0f89e54be6c4d022db822 (diff)
downloadlibmicrohttpd-eb5be268d9868c2b9da09c36a8e26d0127e99ff0.tar.gz
libmicrohttpd-eb5be268d9868c2b9da09c36a8e26d0127e99ff0.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 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)
332 if (limit > 0) 332 if (limit > 0)
333 { 333 {
334#ifndef _MHD_HEAVY_TESTS 334#ifndef _MHD_HEAVY_TESTS
335 fprintf (stderr, "This system has limits on number of RST packet" 335 fprintf (stderr, "This system has limits on number of RST packets"
336 " per second (%d).\nThis test will be used only if configured " 336 " per second (%d).\nThis test will be used only if configured "
337 "with '--enable-heavy-test'.\n", limit); 337 "with '--enable-heavy-test'.\n", limit);
338 exit (77); 338 exit (77);