From bb216546917802de2eda366578f3bc2108a008da Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 25 Apr 2012 22:06:02 +0200 Subject: [PATCH] Fix typo "Paramter" --- src/fping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fping.c b/src/fping.c index 562859e..a898249 100644 --- a/src/fping.c +++ b/src/fping.c @@ -170,7 +170,7 @@ char *icmp_type_str[19] = "", "", "ICMP Time Exceeded", /* 11 */ - "ICMP Paramter Problem", /* 12 */ + "ICMP Parameter Problem", /* 12 */ "ICMP Timestamp Request", /* 13 */ "ICMP Timestamp Reply", /* 14 */ "ICMP Information Request", /* 15 */