From a5bb0a65c15ab040bc6b6ee2d6637fec50e80b13 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 3 May 2003 18:56:19 +0000 Subject: fix trivial typo --- iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index d181578c..b2de559c 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