瀏覽代碼

test_client_put_stop: fixed typo in diag message

Evgeny Grin (Karlson2k) 2 年之前
父節點
當前提交
eb5be268d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/microhttpd/test_client_put_stop.c

+ 1 - 1
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);