Re: [PATCH] DOC: Fix spelling error in configuration doc

2018-08-23 Thread Willy Tarreau
On Thu, Aug 23, 2018 at 02:11:27PM +0200, Jens Bissinger wrote:
> Fix spelling error in logging section of configuration doc.

now applied, thank you!
Willy



[PATCH] DOC: Fix spelling error in configuration doc

2018-08-23 Thread Jens Bissinger
Fix spelling error in logging section of configuration doc.
---
 doc/configuration.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index 4e66aad8..6e33f599 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -16414,11 +16414,11 @@ Please refer to the table below for currently defined 
variables :
   | S | %sslc| ssl_ciphers (ex: AES-SHA) | string  |
   | S | %sslv| ssl_version (ex: TLSv1)   | string  |
   |   | %t   | date_time  (with millisecond resolution)  | date|
   | H | %tr  | date_time of HTTP request | date|
   | H | %trg | gmt_date_time of start of HTTP request| date|
-  | H | %trl | locla_date_time of start of HTTP request  | date|
+  | H | %trl | local_date_time of start of HTTP request  | date|
   |   | %ts  | termination_state | string  |
   | H | %tsc | termination_state with cookie status  | string  |
   +---+--+---+-+
 
 R = Restrictions : H = mode http only ; S = SSL only
-- 
2.15.2 (Apple Git-101.1)