summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-26 23:50:56 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-26 23:50:56 +0100
commit9113631680f783fc1a920c3320ba1ed3ca527562 (patch)
treece8cb1a843acd723b539b9885a035f5842affc28 /src
parent1fd89ab65388aec6cb58ad50b2c543dd6c89087c (diff)
Fix the spelling error fix :-)
Spelling error fixed (Ferenc Wagner)
Diffstat (limited to 'src')
-rw-r--r--src/errcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errcode.c b/src/errcode.c
index 36ce58a..6370ec7 100644
--- a/src/errcode.c
+++ b/src/errcode.c
@@ -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,