eiffel: Fix github http, api urls and credentials
[infra/cicd.git] / jjb / geode-native / apache-geode-native-slave / slave_setup.sh
index 3dc2c5d37fe9c0e4ef836bc26060265f12240ed8..4b216c1bc6a658248e0414c7bb899c67a5809ee0 100755 (executable)
@@ -160,7 +160,7 @@ case ${ID,,} in
     try=0
     while sudo lsof ${DPKG_LOCK}  > /dev/null 2>&1 ; do
       echo "DPKG file locked: ${DPKG_LOCK}."
-      echo "   Waiting for another pkg instalaltion process to finish ..."
+      echo "   Waiting for another pkg installation process to finish ..."
       sleep 10
       if [[ ${try} -gt 60 ]] ; then
         echo "ERROR: Max number of re-tries reached, exiting..."