summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_set.h
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-12-11 14:08:48 +0000
committerPhil Sutter <phil@nwl.cc>2023-12-12 11:54:44 +0100
commit73639a4f7af200c30d2f716a9956156800737165 (patch)
treefc49022391656abcc94529a0e8daab682de6bb71 /extensions/libxt_set.h
parent58d364c7120b515d80482c99586dd815653be59c (diff)
Fix spelling mistakes
Corrections for several spelling mistakes, typo's and non-native usages in man-pages and error-messages. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libxt_set.h')
-rw-r--r--extensions/libxt_set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_set.h b/extensions/libxt_set.h
index 685bfab9..b7de4cc4 100644
--- a/extensions/libxt_set.h
+++ b/extensions/libxt_set.h
@@ -146,7 +146,7 @@ parse_dirs_v0(const char *opt_arg, struct xt_set_info_v0 *info)
info->u.flags[i++] |= IPSET_DST;
else
xtables_error(PARAMETER_PROBLEM,
- "You must spefify (the comma separated list of) 'src' or 'dst'.");
+ "You must specify (the comma separated list of) 'src' or 'dst'.");
}
if (tmp)
@@ -170,7 +170,7 @@ parse_dirs(const char *opt_arg, struct xt_set_info *info)
info->flags |= (1 << info->dim);
else if (strncmp(ptr, "dst", 3) != 0)
xtables_error(PARAMETER_PROBLEM,
- "You must spefify (the comma separated list of) 'src' or 'dst'.");
+ "You must specify (the comma separated list of) 'src' or 'dst'.");
}
if (tmp)