From: Sergey Matveev Date: Tue, 5 Oct 2021 19:11:13 +0000 (+0300) Subject: Typo X-Git-Tag: v0.1.0~59 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6604f270007e99e580df256cc3da16b7e3e17d6d;p=tofuproxy.git Typo --- diff --git a/fifos/multitail.sh b/fifos/multitail.sh index ca458e1..9f678a8 100755 --- a/fifos/multitail.sh +++ b/fifos/multitail.sh @@ -8,7 +8,7 @@ multitail \ -t "HTTPAuth" -ci green --label "Auth " -L "while :; do tai64nlocal < log-http-auth ; done" \ -t "TLSAuth" -ci green --label "Auth " -l "while :; do tai64nlocal < log-tls-auth ; done" \ -t "Response non-OK" --label "< " -L "while :; do tai64nlocal < log-non-ok ; done" \ - -t "Respone OK" -ci green --label "< " -L "while :; do tai64nlocal < log-ok ; done" \ + -t "Response OK" -ci green --label "< " -L "while :; do tai64nlocal < log-ok ; done" \ -t "Redirect " -ci cyan --label "R " -L "while :; do tai64nlocal < log-redir ; done" \ -t "Request" -ci blue --label "> " -L "while :; do tai64nlocal < log-req ; done" \ -t "TLS connection" -ci yellow --label "S " -L "while :; do tai64nlocal < log-tls ; done" \