test_client_put_stop: fixed typo in diag message

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-06-01 12:34:35 +03:00
parent 97dec411eb
commit eb5be268d9
+1 -1
View File
@@ -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);