From 73639a4f7af200c30d2f716a9956156800737165 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Mon, 11 Dec 2023 14:08:48 +0000 Subject: 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 Signed-off-by: Phil Sutter --- extensions/libxt_set.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libxt_set.h') 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) -- cgit v1.2.3