summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
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);