From f74cffa8df5583991d963a6486f66674827ddaf1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 16 Feb 2025 16:58:30 -0500 Subject: [PATCH] Fix minor typo "doesn not" -> "does not" --- lib/Munin/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Munin/Plugin.pm b/lib/Munin/Plugin.pm index 0f884ec5f..ff02521a9 100644 --- a/lib/Munin/Plugin.pm +++ b/lib/Munin/Plugin.pm @@ -656,7 +656,7 @@ line. You are probably looking for the command munin-run --servicedir \$PWD $me This should by preference be run as root, but other users can also be -used as long as the plugin doesn not use a state file and does not +used as long as the plugin does not use a state file and does not need to be run as a special user or need special privileges. ";