From fceb0f42e73dfcd34df2317d4fffad418cc2bc63 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Fri, 11 Oct 2024 13:12:01 +0200 Subject: [PATCH] DOC: config: fix rfc7239 forwarded typo in desc replace specicy with specify in rfc7239 forwarded option description. Multiple occurences were found. May be backported in 2.8. (cherry picked from commit 45cbbdc84551e51cdaf0046e1371e8495d053fb5) Signed-off-by: Christopher Faulet --- doc/configuration.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index adc7193..27ce7d3 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -9043,16 +9043,16 @@ no option forwarded optional argument to specify a custom sample expression those result will be used as 'host' parameter value - optional argument to specicy a custom sample expression + optional argument to specify a custom sample expression those result will be used as 'by' parameter nodename value - optional argument to specicy a custom sample expression + optional argument to specify a custom sample expression those result will be used as 'for' parameter nodename value - optional argument to specicy a custom sample expression + optional argument to specify a custom sample expression those result will be used as 'by' parameter nodeport value - optional argument to specicy a custom sample expression + optional argument to specify a custom sample expression those result will be used as 'for' parameter nodeport value -- 1.7.10.4