From 0415cfa14bbe63cfe761f04f94a5af40a5891308 Mon Sep 17 00:00:00 2001 From: Priyanshu Kumar Rai <58476539+prirai@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:21:16 +0530 Subject: [PATCH] Update statistics.c Fixed a typo --- statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistics.c b/statistics.c index 744047c..3517191 100644 --- a/statistics.c +++ b/statistics.c @@ -30,7 +30,7 @@ void print_statistics(int signal_id) lossrate = 100; fprintf(stderr, "\n--- %s hping statistic ---\n", targetname); - fprintf(stderr, "%d packets tramitted, %d packets received, " + fprintf(stderr, "%d packets transmitted, %d packets received, " "%d%% packet loss\n", sent_pkt, recv_pkt, lossrate); if (out_of_sequence_pkt) fprintf(stderr, "%d out of sequence packets received\n",