diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2023-05-22 19:58:17 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2023-06-01 12:34:35 +0300 |
commit | eb5be268d9868c2b9da09c36a8e26d0127e99ff0 (patch) | |
tree | 8db843354759079d2f943e40238e4834129d405f | |
parent | 97dec411ebb29ff1ffb0f89e54be6c4d022db822 (diff) |
test_client_put_stop: fixed typo in diag message
-rw-r--r-- | src/microhttpd/test_client_put_stop.c | 2 |
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) 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); |