]> granicus.if.org Git - ipset/commitdiff
ipset: fix spelling error
authorHolger Eitzenberger <holger@eitzenberger.org>
Mon, 24 Jan 2011 21:36:37 +0000 (22:36 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 25 Jan 2011 20:21:24 +0000 (21:21 +0100)
Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
src/errcode.c

index 313c5002f733c4f8c11eda3d0e44f8dce2c34435..00686fadc7ef895b262d4025d0ca7121131ca8aa 100644 (file)
@@ -30,14 +30,14 @@ static const struct ipset_errcode_table core_errcode_table[] = {
        { EEXIST, IPSET_CMD_CREATE,
          "Set cannot be created: set with the same name already exists" },
        { IPSET_ERR_FIND_TYPE, 0,
-         "Kernel error received: set type does not supported" },
+         "Kernel error received: set type not supported" },
        { IPSET_ERR_MAX_SETS, 0,
          "Kernel error received: maximal number of sets reached, "
          "cannot create more." },
        { IPSET_ERR_INVALID_NETMASK, 0,
          "The value of the netmask parameter is invalid" },
        { IPSET_ERR_INVALID_FAMILY, 0,
-         "The protocol family not supported by the set type" },
+         "Potocol family not supported by the set type" },
 
        /* DESTROY specific error codes */
        { IPSET_ERR_BUSY, IPSET_CMD_DESTROY,