From 6604f270007e99e580df256cc3da16b7e3e17d6d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 5 Oct 2021 22:11:13 +0300 Subject: [PATCH] Typo --- fifos/multitail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.44.0