summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-08-14 15:59:54 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-08-14 16:06:51 +0200
commit40b22a6f6ab6ac2ac75627e6943f9ff3584ab3fd (patch)
tree3666e827b57b617b125087fa841af77f4c0ea92c /lib
parent2ad3a5bdb71e53ada2d19e2f13777e353cb6a4bc (diff)
Fix error message typo
Reported by Quentin Armitage, netfilter bugzilla id #843.
Diffstat (limited to 'lib')
-rw-r--r--lib/errcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errcode.c b/lib/errcode.c
index 027a736..c939949 100644
--- a/lib/errcode.c
+++ b/lib/errcode.c
@@ -57,7 +57,7 @@ static const struct ipset_errcode_table core_errcode_table[] = {
{ IPSET_ERR_EXIST_SETNAME2, IPSET_CMD_SWAP,
"Sets cannot be swapped: the second set does not exist" },
{ IPSET_ERR_TYPE_MISMATCH, IPSET_CMD_SWAP,
- "The sets cannot be swapped: they type does not match" },
+ "The sets cannot be swapped: their type does not match" },
/* LIST/SAVE specific error codes */