Fixed typos

This commit is contained in:
Jack-Benny Persson 2012-02-25 05:37:10 +01:00
parent 4e293a4582
commit 3d38d0ccc6

View File

@ -28,7 +28,7 @@ Check_drive()
EXIT_STATE=1
elif [ -e ${DRIVE} ]; then
echo "Drive connected, contiuing"
echo "Drive connected, continuing"
EXIT_STATE=0
else
@ -45,7 +45,7 @@ TESTTAPE=`${MT} -f ${DRIVE} status | grep DR_OPEN`
EXIT_STATE=1
else
echo "Tape seems to be in the drive, contiuing"
echo "Tape seems to be in the drive, continuing"
EXIT_STATE=0
fi
}