From 3e1fd82ac5877049bed0b4d28b3134e73c36a729 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 3 May 2003 18:56:19 +0000 Subject: fix trivial typo --- iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables.c b/iptables.c index d181578..b2de559 100644 --- a/iptables.c +++ b/iptables.c @@ -337,7 +337,7 @@ void exit_tryhelp(int status) { if (line != -1) - fprintf(stderr, "Error occured at line: %d\n", line); + fprintf(stderr, "Error occurred at line: %d\n", line); fprintf(stderr, "Try `%s -h' or '%s --help' for more information.\n", program_name, program_name ); exit(status); -- cgit v1.2.3