libxt_psd.c: 'threshhold' -> 'threshold' Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- 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 05940e7187b9..1f7992973e0f 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.35.1