]> granicus.if.org Git - ipset/commitdiff
Fix the spelling error fix :-)
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 26 Jan 2011 22:50:56 +0000 (23:50 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 26 Jan 2011 22:50:56 +0000 (23:50 +0100)
Spelling error fixed (Ferenc Wagner)

src/errcode.c

index 36ce58a2b776d49a4f61739249989e1bb30526bd..6370ec7f365cc919b43c4f096e2ebd40a64baa70 100644 (file)
@@ -39,7 +39,7 @@ static const struct ipset_errcode_table core_errcode_table[] = {
        { IPSET_ERR_INVALID_NETMASK, 0,
          "The value of the netmask parameter is invalid" },
        { IPSET_ERR_INVALID_FAMILY, 0,
-         "Potocol family not supported by the set type" },
+         "Protocol family not supported by the set type" },
 
        /* DESTROY specific error codes */
        { IPSET_ERR_BUSY, IPSET_CMD_DESTROY,