From 8864a7bf0d06b636a1fd28f27259856ef999c419 Mon Sep 17 00:00:00 2001 From: Roman Pertl <533172+roock@users.noreply.github.com> Date: Mon, 28 Oct 2019 09:21:45 +0100 Subject: [PATCH] Fix grammer in examples/init.d (#1497) Fix the grammar of an error message. Signed-off-by: Roman Pertl --- examples/init.d/node_exporter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/init.d/node_exporter b/examples/init.d/node_exporter index 12d28aa5..32c2deef 100755 --- a/examples/init.d/node_exporter +++ b/examples/init.d/node_exporter @@ -10,7 +10,7 @@ OPTIONS="--web.listen-address=:9100" if [ -f /etc/rc.d/init.d/functions ]; then . /etc/rc.d/init.d/functions else - echo "/etc/rc.d/init.d/functions is not exists" + echo "/etc/rc.d/init.d/functions does not exist" exit 0 fi