summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2003-05-03 18:56:19 +0000
committerHarald Welte <laforge@gnumonks.org>2003-05-03 18:56:19 +0000
commita5bb0a65c15ab040bc6b6ee2d6637fec50e80b13 (patch)
treea160a44a9a6c80113dfa19d2e82b984ba19a1456 /iptables.c
parent8f578a09b56f010d5bcd30086a8f7c8132b35d92 (diff)
fix trivial typo
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
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);