typos
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 18 Feb 2015 10:22:29 +0000 (11:22 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 18 Feb 2015 10:22:29 +0000 (11:22 +0100)
noderepo.spec

index ba730f1..a706547 100644 (file)
@@ -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