From e486f10c52fbfa5b89ebfdb0c96d0a866831657e Mon Sep 17 00:00:00 2001 From: Mikael Nousiainen Date: Thu, 6 Jan 2022 10:38:39 +0200 Subject: [PATCH] Fix typo in conf parameters documentation --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 40bebeae1..b6225476a 100644 --- a/src/conf.c +++ b/src/conf.c @@ -170,7 +170,7 @@ static const struct confparams frontend_cfg_params[] = }, { TOK_ASYNC, "async", "Asynchronous data transfer support", - "True enables asynchronous data transfer for backends that support it. This enabled handling of transceive and spectrum data, for example.", + "True enables asynchronous data transfer for backends that support it. This allows use of transceive and spectrum data.", "0", RIG_CONF_CHECKBUTTON, { } },