From 40b22a6f6ab6ac2ac75627e6943f9ff3584ab3fd Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Wed, 14 Aug 2013 15:59:54 +0200 Subject: Fix error message typo Reported by Quentin Armitage, netfilter bugzilla id #843. --- lib/errcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3