diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-12-08 20:01:20 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-12-08 20:01:20 +0100 |
commit | e481a65ffd10f9235ff6f6a4eaf67ba1897de88f (patch) | |
tree | 04dc05d3247ffe2a6769126a22f8df2fbf54db6c /scripts/undoneepgsearch.sh | |
parent | 4e8b7b0cd29d820e8206d0d6418400243b182c03 (diff) | |
download | vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.gz vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.bz2 |
Spelling fixes
Diffstat (limited to 'scripts/undoneepgsearch.sh')
-rwxr-xr-x | scripts/undoneepgsearch.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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" |