ONAP: Adding Jenkins jobs for oparent repo

Change-Id: Ib83f54544eb1a0751b5ad29d3edf142707fb9ec8
diff --git a/jjb/geode-native/apache-geode-native-slave/slave_setup.sh b/jjb/geode-native/apache-geode-native-slave/slave_setup.sh
index 3dc2c5d..4b216c1 100755
--- a/jjb/geode-native/apache-geode-native-slave/slave_setup.sh
+++ b/jjb/geode-native/apache-geode-native-slave/slave_setup.sh
@@ -160,7 +160,7 @@
     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..."