From: Jeremy Sowden Date: Sat, 7 May 2022 11:59:24 +0000 (+0200) Subject: doc: fix typo in help X-Git-Tag: v3.21~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cda12e296ba02b800829458111a063fe2318a1c;p=thirdparty%2Fxtables-addons.git doc: fix typo in help libxt_psd.c: 'threshhold' -> 'threshold' Signed-off-by: Jeremy Sowden --- diff --git a/extensions/libxt_psd.c b/extensions/libxt_psd.c index 05940e7..1f79929 100644 --- a/extensions/libxt_psd.c +++ b/extensions/libxt_psd.c @@ -36,7 +36,7 @@ static void psd_mt_help(void) { printf( "psd match options:\n" - " --psd-weight-threshold threshhold Portscan detection weight threshold\n" + " --psd-weight-threshold threshold Portscan detection weight threshold\n" " --psd-delay-threshold delay Portscan detection delay threshold\n" " --psd-lo-ports-weight lo Privileged ports weight\n" " --psd-hi-ports-weight hi High ports weight\n\n");