Phil Blundell: ICMP, TCP and UDP extensions + rule deletion bug.
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index 11b7cc7..e2b10f8 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -43,7 +43,7 @@
 		ret = ip6tc_commit(&handle);
 
 	if (!ret)
-		fprintf(stderr, "iptables: %s\n",
+		fprintf(stderr, "ip6tables: %s\n",
 			ip6tc_strerror(errno));
 
 	exit(!ret);