From 7dab67e30336e2c726730dbec4d9e3666715e0e5 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 4 Apr 2019 18:25:10 +0200 Subject: [PATCH] fix typo --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 13df04a..190d8f3 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -543,7 +543,7 @@ if is_debian; then && test -h /etc/munin/plugins/apache_accesses \ && test -h /etc/munin/plugins/apache_processes \ && test -h /etc/munin/plugins/apache_volume; } \ - || failed "IS_APACHEMUNIN" "mising munin plugins for Apache" + || failed "IS_APACHEMUNIN" "missing munin plugins for Apache" else pattern="/server-status-[[:alnum:]]{4,}" { grep -r -q -s -E "^env.url.*${pattern}" /etc/munin/plugin-conf.d \