]> Sergey Matveev's repositories - tofuproxy.git/commitdiff
Typo
authorSergey Matveev <stargrave@stargrave.org>
Tue, 5 Oct 2021 19:11:13 +0000 (22:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 5 Oct 2021 19:11:13 +0000 (22:11 +0300)
fifos/multitail.sh

index ca458e1fd1eeb5b1a0566513fb02d6c25f21af24..9f678a8e7897a6e5383ebc4ac5e9634eb3bee627 100755 (executable)
@@ -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" \