From 3d38d0ccc66224260a2203cdcb0c9698bababd3e Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sat, 25 Feb 2012 05:37:10 +0100 Subject: [PATCH] Fixed typos --- autotape.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotape.sh b/autotape.sh index a4056f4..2e7b120 100755 --- a/autotape.sh +++ b/autotape.sh @@ -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 }