diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-08-14 15:59:54 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-08-14 16:06:51 +0200 |
commit | 40b22a6f6ab6ac2ac75627e6943f9ff3584ab3fd (patch) | |
tree | 3666e827b57b617b125087fa841af77f4c0ea92c /lib/errcode.c | |
parent | 2ad3a5bdb71e53ada2d19e2f13777e353cb6a4bc (diff) |
Fix error message typo
Reported by Quentin Armitage, netfilter bugzilla id #843.
Diffstat (limited to 'lib/errcode.c')
-rw-r--r-- | lib/errcode.c | 2 |
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 */ |