[PATCH 2/5] Fix spelling errors

dinkypumpkin dinkypumpkin at gmail.com
Tue Feb 14 18:29:44 EST 2012


Resolves Debian #652305
---
 get_iplayer     |    6 +++---
 get_iplayer.1   |    6 +++---
 get_iplayer.cgi |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/get_iplayer b/get_iplayer
index 2f20fba..104dc9f 100755
--- a/get_iplayer
+++ b/get_iplayer
@@ -116,12 +116,12 @@ my %prog_types = (
 my $opt_format = {
 	# Recording
 	attempts	=> [ 1, "attempts=n", 'Recording', '--attempts <number>', "Number of attempts to make or resume a failed connection"],
-	force		=> [ 1, "force|force-download!", 'Recording', '--force', "Ignore programme history (unsets --hide option also). Forces a script update if used wth -u"],
+	force		=> [ 1, "force|force-download!", 'Recording', '--force', "Ignore programme history (unsets --hide option also). Forces a script update if used with -u"],
 	get		=> [ 2, "get|record|g!", 'Recording', '--get, -g', "Start recording matching programmes"],
 	hash		=> [ 1, "hash!", 'Recording', '--hash', "Show recording progress as hashes"],
 	metadataonly	=> [ 1, "metadataonly|metadata-only!", 'Recording', '--metadata-only', "Create specified metadata info file without any recording or streaming (can also be used with thumbnail option)."],
 	mmsnothread	=> [ 1, "mmsnothread!", 'Recording', '--mmsnothread', "Disable parallel threaded recording for mms"],
-	modes		=> [ 0, "modes=s", 'Recording', '--modes <mode>,<mode>,...', "Recoding modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,n95_wifi,flashaac,flashaachigh,flashaacstd,flashaaclow,flashaudio,realaudio,wma"],
+	modes		=> [ 0, "modes=s", 'Recording', '--modes <mode>,<mode>,...', "Recording modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,n95_wifi,flashaac,flashaachigh,flashaacstd,flashaaclow,flashaudio,realaudio,wma"],
 	multimode	=> [ 1, "multimode!", 'Recording', '--multimode', "Allow the recording of more than one mode for the same programme - WARNING: will record all specified/default modes!!"],
 	overwrite	=> [ 1, "overwrite|over-write!", 'Recording', '--overwrite', "Overwrite recordings if they already exist"],
 	partialproxy	=> [ 1, "partial-proxy!", 'Recording', '--partial-proxy', "Only uses web proxy where absolutely required (try this extra option if your proxy fails)"],
@@ -148,7 +148,7 @@ my $opt_format = {
 	category 	=> [ 0, "category=s", 'Search', '--category <string>', "Narrow search to matched categories (regex or comma separated values)"],
 	channel		=> [ 0, "channel=s", 'Search', '--channel <string>', "Narrow search to matched channel(s) (regex or comma separated values)"],
 	exclude		=> [ 0, "exclude=s", 'Search', '--exclude <string>', "Narrow search to exclude matched programme names (regex or comma separated values)"],
-	excludecategory	=> [ 0, "xcat|exclude-category=s", 'Search', '--exclude-category <string>', "Narrow search to exclude matched catogories (regex or comma separated values)"],
+	excludecategory	=> [ 0, "xcat|exclude-category=s", 'Search', '--exclude-category <string>', "Narrow search to exclude matched categories (regex or comma separated values)"],
 	excludechannel	=> [ 0, "xchan|exclude-channel=s", 'Search', '--exclude-channel <string>', "Narrow search to exclude matched channel(s) (regex or comma separated values)"],
 	fields		=> [ 0, "fields=s", 'Search', '--fields <field1>,<field2>,..', "Searches only in the specified comma separated fields"],
 	future		=> [ 1, "future!", 'Search', '--future', "Search future programme schedule if it has been indexed (refresh cache with: --refresh --refresh-future)."],
diff --git a/get_iplayer.1 b/get_iplayer.1
index 4fc7b3a..4396ab8 100644
--- a/get_iplayer.1
+++ b/get_iplayer.1
@@ -45,7 +45,7 @@ Narrow search to matched channel(s) (regex or comma separated values)
 Narrow search to exclude matched programme names (regex or comma separated values)
 .TP
 \fB\-\-exclude\-category <string>
-Narrow search to exclude matched catogories (regex or comma separated values)
+Narrow search to exclude matched categories (regex or comma separated values)
 .TP
 \fB\-\-exclude\-channel <string>
 Narrow search to exclude matched channel(s) (regex or comma separated values)
@@ -170,7 +170,7 @@ Number of attempts to make or resume a failed connection
 In radio realaudio mode specify the link bandwidth in bps for rtsp streaming (default 512000)
 .TP
 \fB\-\-force
-Ignore programme history (unsets \-\-hide option also). Forces a script update if used wth \-u
+Ignore programme history (unsets \-\-hide option also). Forces a script update if used with \-u
 .TP
 \fB\-\-get, \-g
 Start recording matching programmes
@@ -191,7 +191,7 @@ Create specified metadata info file without any recording or streaming (can also
 Disable parallel threaded recording for mms
 .TP
 \fB\-\-modes <mode>,<mode>,...
-Recoding modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,n95_wifi,flashaac,flashaachigh,flashaacstd,flashaaclow,flashaudio,realaudio,wma
+Recording modes: flashhd,flashvhigh,flashhigh,flashstd,flashnormal,flashlow,n95_wifi,flashaac,flashaachigh,flashaacstd,flashaaclow,flashaudio,realaudio,wma
 .TP
 \fB\-\-mp3vbr
 Set LAME VBR mode to N (0 to 9) for AAC transcoding. 0 = target bitrate 245 Kbit/s, 9 = target bitrate 65 Kbit/s (requires \-\-aactomp3)
diff --git a/get_iplayer.cgi b/get_iplayer.cgi
index 11a1f69..e841b61 100755
--- a/get_iplayer.cgi
+++ b/get_iplayer.cgi
@@ -156,7 +156,7 @@ my %fieldname = (
 	filename		=> 'Filename',
 	mode			=> 'Mode',
 	seriesnum		=> 'Series Number',
-	episodenum		=> 'Episode Numer',
+	episodenum		=> 'Episode Number',
 	'name,episode'		=> 'Name+Episode',
 	'name,episode,desc'	=> 'Name+Episode+Desc',
 );
-- 
1.7.5.4




More information about the get_iplayer mailing list