From: Jozsef Kadlecsik Date: Wed, 14 Aug 2013 13:59:54 +0000 (+0200) Subject: Fix error message typo X-Git-Tag: v6.20~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40b22a6f6ab6ac2ac75627e6943f9ff3584ab3fd;p=ipset Fix error message typo Reported by Quentin Armitage, netfilter bugzilla id #843. --- 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 */