]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Spelling error.
authorMartin Josefsson <gandalf@wlug.westbo.se>
Thu, 23 Sep 2004 18:24:29 +0000 (18:24 +0000)
committerMartin Josefsson <gandalf@wlug.westbo.se>
Thu, 23 Sep 2004 18:24:29 +0000 (18:24 +0000)
libiptc/libiptc.c

index 0058674e7fb153b7cb4f7784bab11c8fbf75c369..71fe90b0e4fd82724271c6d7e68b499300ff0f7d 100644 (file)
@@ -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;
        }