From: Harald Welte Date: Sat, 3 May 2003 18:56:19 +0000 (+0000) Subject: fix trivial typo X-Git-Tag: v1.2.9-rc1~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5bb0a65c15ab040bc6b6ee2d6637fec50e80b13;p=thirdparty%2Fiptables.git fix trivial typo --- 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);