SVN: toys/rsget.pl/RSGet/Processor.pm

sparky sparky at pld-linux.org
Wed Jul 21 23:41:13 CEST 2010


Author: sparky
Date: Wed Jul 21 23:41:12 2010
New Revision: 11692

Modified:
   toys/rsget.pl/RSGet/Processor.pm
Log:
- "an HTML" is more correct than "a HTML"


Modified: toys/rsget.pl/RSGet/Processor.pm
==============================================================================
--- toys/rsget.pl/RSGet/Processor.pm	(original)
+++ toys/rsget.pl/RSGet/Processor.pm	Wed Jul 21 23:41:12 2010
@@ -37,7 +37,7 @@
 
 	if ( $last_cmd and $last_cmd =~ /(?:click_)?download/ ) {
 		$last_cmd = undef;
-		pr "\treturn \${self}->delay( 15 * 60, 'download is a HTML page' );\n}\n";
+		pr "\treturn \${self}->delay( 15 * 60, 'download is an HTML page' );\n}\n";
 		return;
 	}
 	$last_cmd = undef;


More information about the pld-cvs-commit mailing list