From: colintu Date: Sun, 26 Jul 2009 11:36:02 +0000 (+0000) Subject: Fix misspelling of comma in script and manpage X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/8f4189b3656c344f4b3f60b05c4185a758adc890 Fix misspelling of comma in script and manpage git-svn-id: http://abcde.googlecode.com/svn/trunk@254 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index 0ca4542..32824a1 100755 --- a/abcde +++ b/abcde @@ -390,7 +390,7 @@ diffentries () if [ $PARSECHOICE1 -lt 1 ] || [ $PARSECHOICE1 -gt $CDDBDIFFCHOICES ] || \ [ $PARSECHOICE2 -lt 1 ] || [ $PARSECHOICE2 -gt $CDDBDIFFCHOICES ] || \ [ $PARSECHOICE1 -eq $PARSECHOICE2 ]; then - echo "Invalid diff range. Please select two coma-separated numbers between 1 and $CDDBDIFFCHOICES" >&2 + echo "Invalid diff range. Please select two comma-separated numbers between 1 and $CDDBDIFFCHOICES" >&2 else # We parse the 2 choices to diff, store them in temporary files and diff them. for PARSECHOICE in $(echo $CDDBDIFFCHOICE | tr , \ ); do @@ -2417,7 +2417,7 @@ do_cddbedit () if [ $PARSECHOICE1 -lt 1 ] || [ $PARSECHOICE1 -gt $CDDBCHOICES ] || \ [ $PARSECHOICE2 -lt 1 ] || [ $PARSECHOICE2 -gt $CDDBCHOICES ] || \ [ $PARSECHOICE1 -eq $PARSECHOICE2 ]; then - echo "Invalid diff range. Please select two coma-separated numbers between 1 and $CDDBCHOICES" >&2 + echo "Invalid diff range. Please select two comma-separated numbers between 1 and $CDDBCHOICES" >&2 else # We parse the 2 choices to diff, store them in temporary files and diff them. for PARSECHOICE in $(echo $CDDBCHOICE | tr , \ ); do diff --git a/abcde.1 b/abcde.1 index eea08ad..9cd3102 100644 --- a/abcde.1 +++ b/abcde.1 @@ -162,7 +162,7 @@ When CDDBLOCALDIR and CDDBUSELOCAL are defined, search recursively under the defined directory for matches of the CDDB entry. .TP .B \-s [fields...] -List, separated by comas, the fields to be shown in the CDDB parsed entries. +List, separated by commas, the fields to be shown in the CDDB parsed entries. Right now it only uses "year" and "genre". .TP .B \-S [speed] diff --git a/debian/changelog b/debian/changelog index 45a657d..a379fee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ abcde (2.3.99.8-1) unstable; urgency=low * Remove svn Revision tag from version. * Correct homepage URL in README (Closes: #526165). * Fix typo in error message (Closes: #435605). + * Fix misspelling of comma in script and manpage (Closes: #435603). - -- Colin Tuckley Sun, 26 Jul 2009 12:27:35 +0100 + -- Colin Tuckley Sun, 26 Jul 2009 12:33:27 +0100 abcde (2.3.99.7-1) unstable; urgency=low