You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.2 KiB

  1. commit d13cb1516cb5ae4cb8322ed630e1d4e1f584fd77
  2. Author: Jens Bissinger <whiterabbit.init@googlemail.com>
  3. Date: Thu Aug 23 14:11:27 2018 +0200
  4. DOC: Fix spelling error in configuration doc
  5. Fix spelling error in logging section of configuration doc.
  6. (cherry picked from commit 15c64ff4fb9f1f64b31306ac53b38fc4d5fb1538)
  7. Signed-off-by: Willy Tarreau <w@1wt.eu>
  8. diff --git a/doc/configuration.txt b/doc/configuration.txt
  9. index 43e28785..0dd212ad 100644
  10. --- a/doc/configuration.txt
  11. +++ b/doc/configuration.txt
  12. @@ -16089,7 +16089,7 @@ Please refer to the table below for currently defined variables :
  13. | | %t | date_time (with millisecond resolution) | date |
  14. | H | %tr | date_time of HTTP request | date |
  15. | H | %trg | gmt_date_time of start of HTTP request | date |
  16. - | H | %trl | locla_date_time of start of HTTP request | date |
  17. + | H | %trl | local_date_time of start of HTTP request | date |
  18. | | %ts | termination_state | string |
  19. | H | %tsc | termination_state with cookie status | string |
  20. +---+------+-----------------------------------------------+-------------+