From f4ea264ba958a43672f9009a0dad2f6147811a41 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 8 Apr 2025 17:02:33 +0300 Subject: [PATCH] minor var spelling fix --- tpws/tpws.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpws/tpws.c b/tpws/tpws.c index fe630d1..1fb3cc7 100644 --- a/tpws/tpws.c +++ b/tpws/tpws.c @@ -697,7 +697,7 @@ enum opt_indices { IDX_NOSPLICE, #endif #endif - IDX_HOSTLIST_AUTO_RETRANS_TRESHOLD, // ignored. for nfqws command line compatibility + IDX_HOSTLIST_AUTO_RETRANS_THRESHOLD, // ignored. for nfqws command line compatibility IDX_LAST, }; @@ -788,7 +788,7 @@ static const struct option long_options[] = { [IDX_NOSPLICE] = {"nosplice", no_argument, 0, 0}, #endif #endif - [IDX_HOSTLIST_AUTO_RETRANS_TRESHOLD] = {"hostlist-auto-retrans-threshold", optional_argument, 0, 0}, + [IDX_HOSTLIST_AUTO_RETRANS_THRESHOLD] = {"hostlist-auto-retrans-threshold", optional_argument, 0, 0}, [IDX_LAST] = {NULL, 0, NULL, 0}, };