]> granicus.if.org Git - ipset/commitdiff
Fix error message typo
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 14 Aug 2013 13:59:54 +0000 (15:59 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 14 Aug 2013 14:06:51 +0000 (16:06 +0200)
Reported by Quentin Armitage, netfilter bugzilla id #843.

lib/errcode.c

index 027a736ac38650494c1842da269c08b6e9a77f1b..c93994938fb2140197c1972d415c8d46084fca26 100644 (file)
@@ -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 */