From 2cda12e296ba02b800829458111a063fe2318a1c Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 7 May 2022 13:59:24 +0200 Subject: [PATCH] doc: fix typo in help libxt_psd.c: 'threshhold' -> 'threshold' Signed-off-by: Jeremy Sowden --- extensions/libxt_psd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2