From: Martin Josefsson Date: Thu, 23 Sep 2004 18:24:29 +0000 (+0000) Subject: Spelling error. X-Git-Tag: v1.3.0-rc1~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12009531e6a96a62ee398eb0ab3e9ec0b3b57701;p=thirdparty%2Fiptables.git Spelling error. --- diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 0058674e..71fe90b0 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; }