correcting typo
authorChris Sharp <csharp@georgialibraries.org>
Fri, 7 Dec 2012 17:28:40 +0000 (12:28 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 7 Dec 2012 17:28:40 +0000 (12:28 -0500)
templates/setup-drone.sh
templates/setup.sh

index 9e07d5f..fed7851 100755 (executable)
@@ -125,7 +125,7 @@ if [ -e drone_file_apt.list ]
         echo "*********"
         sleep 5
         }
-       echo "Installing Depdencies"
+       echo "Installing Dependencies"
         sleep 2
        apt-get update
        if [ "$PKG_SET" = "0" ]
index a0a0a31..f5a3943 100755 (executable)
@@ -171,7 +171,7 @@ echo "GenaSYS: $VERSION" >> "$INSTALL_LOG"
 ### Install dependencies
 if [ -e tar_file_apt.list ]
        then
-       echo "Installing Depdencies"
+       echo "Installing Dependencies"
        sleep 2
        apt-get update 2>&1 | tee -a $INSTALL_LOG
        apt-get -y install $(cat tar_file_apt.list) 2>&1 | tee -a "$INSTALL_LOG"