From fcf979b65780a9095e8c1adcb6480be97bc9730f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 18 Feb 2015 11:22:29 +0100 Subject: [PATCH] typos --- noderepo.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noderepo.spec b/noderepo.spec index ba730f1..a706547 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -76,13 +76,13 @@ rm -rf $RPM_BUILD_ROOT # this however exhibit a deadlock, as rpm --almatches -e gpg-pubkey waits for transaction lock # that is help by the calling yum/rpm if [ ! -e /bin/systemctl ] ; then - echo "Systemd is not there. Just starting PLC to handle packages (may fail of PLC is not configured) ..." + echo "Systemd is not there. Just starting PLC to handle packages (may fail if PLC is not configured) ..." service plc start packages elif /bin/systemctl status plc >/dev/null ; then echo "Restarting PLC to handle packages ..." service plc restart packages else - echo "The PLC is not running. Skipping a restart ..." + echo "PLC is not running. Skipping a restart ..." fi %files -- 2.43.0