diff mbox

ping: remove excessive punctuation in flood warning

Message ID CAGOdq5=P_5WukzD5Z076mr-f9NKvKVrUcn2Uubc-yRX2t3k7qw@mail.gmail.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Benjamin Kerensa Aug. 11, 2013, 7:05 a.m. UTC
ping_common.c has excessive punctuation and this patches cleans that up.

Signed-off-by: Benjamin Kerensa <bkerensa@ubuntu.com>
---
 ping_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

 	}
diff mbox

Patch

diff --git a/ping_common.c b/ping_common.c
index 8d6b145..28128b0 100644
--- a/ping_common.c
+++ b/ping_common.c
@@ -608,7 +608,7 @@  void setup(int icmp_sock)
 		interval = 0;

 	if (uid && interval < MINUSERINTERVAL) {
-		fprintf(stderr, "ping: cannot flood; minimal interval, allowed for
user, is %dms\n", MINUSERINTERVAL);
+		fprintf(stderr, "ping: cannot flood; minimal interval allowed for
user is %dms\n", MINUSERINTERVAL);
 		exit(2);