From e481a65ffd10f9235ff6f6a4eaf67ba1897de88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 8 Dec 2012 20:01:20 +0100 Subject: Spelling fixes --- scripts/undoneepgsearch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/undoneepgsearch.sh') diff --git a/scripts/undoneepgsearch.sh b/scripts/undoneepgsearch.sh index 98cdbbc..2b22053 100755 --- a/scripts/undoneepgsearch.sh +++ b/scripts/undoneepgsearch.sh @@ -103,7 +103,7 @@ else printf "\nFound $TitleCnt matching title lines\n" if [ "$CheckDone" = "yes" ]; then - printf "\nDone matching all criterias ?\n\n" + printf "\nDone matching all criteria ?\n\n" if [ -z "$Subtitle" ]; then grep -A1 "^T $Title$" $EPGSEARCHDONE_FILE | grep -q "$Description" @@ -133,7 +133,7 @@ else let Try=1 let Match=1 while [ $Try -le $TitleCnt ]; do - printf "\nDoes $Try. entry match all criterias : " + printf "\nDoes $Try. entry match all criteria : " [ $DEBUG = yes ] && printf "\nMatch=$Match\n" @@ -159,7 +159,7 @@ else fi let MatchRLine=$(grep -m$Match -n "^r$" $TempFile |head -n 1| cut -f1 -d ':') let LastMatchLine=MatchLine+MatchRLine - # Bugfix - if more than one result then results are seperated by a "--" line + # Bugfix - if more than one result then results are separated by a "--" line grep -q "^--$" $TempFile && let LastMatchLine-- [ $DEBUG = yes ] && printf "Last Matching line : $LastMatchLine\n" -- cgit v1.2.3