summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgandalf <gandalf>2004-09-23 18:24:29 +0000
committergandalf <gandalf>2004-09-23 18:24:29 +0000
commited53a70872a626a35ab9e8d00a3628ded6d076ac (patch)
tree1b664016870b2a9c851bbcfaaa7fc449d7486bb5
parent15209b252ca936a8f7628afb0eb33a28c46d47b1 (diff)
Spelling error.
-rw-r--r--libiptc/libiptc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index 0058674..71fe90b 100644
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -1,4 +1,4 @@
-/* Library which manipulates firewall rules. Version $Revision: 1.56 $ */
+/* Library which manipulates firewall rules. Version $Revision: 1.57 $ */
/* Architecture of firewall rules is as follows:
*
@@ -1361,7 +1361,7 @@ TC_APPEND_ENTRY(const IPT_CHAINLABEL chain,
r->counter_map.maptype = COUNTER_MAP_SET;
if (!iptcc_map_target(*handle, r)) {
- DEBUGP("unable to ma target of rule for chain `%s'\n", chain);
+ DEBUGP("unable to map target of rule for chain `%s'\n", chain);
free(r);
return 0;
}