diff options
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 */ |