Author: sparky
Date: Tue Mar  2 03:18:03 2010
New Revision: 11223

Modified:
   toys/rsget.pl/README
   toys/rsget.pl/README.config
   toys/rsget.pl/RSGet/Form.pm
Log:
- fixed typos


Modified: toys/rsget.pl/README
==============================================================================
--- toys/rsget.pl/README        (original)
+++ toys/rsget.pl/README        Tue Mar  2 03:18:03 2010
@@ -14,7 +14,7 @@
 - Backoff if captcha fails too many times; lower uri prio.
 - If multi-download problem appears while checking files force check on
   another interface/ip.
-- Posibility to mark uri as "cannot continue".
+- Possibility to mark uri as "cannot continue".
 
 Planned features:
 - Multiuser support (may require major changes in the code).

Modified: toys/rsget.pl/README.config
==============================================================================
--- toys/rsget.pl/README.config (original)
+++ toys/rsget.pl/README.config Tue Mar  2 03:18:03 2010
@@ -1,4 +1,3 @@
-
 # Example config file
 # $Id$
 #
@@ -23,7 +22,7 @@
 
 # Start http server on port 5666 (won't be started by default or if port is 0).
 # Make sure the port is blocked in the firewall (only allow IPs you trust),
-# because rsget.pl has very weak authentification.
+# because rsget.pl has very weak authentication.
 http_port = 5666
 
 # require authentication for http:

Modified: toys/rsget.pl/RSGet/Form.pm
==============================================================================
--- toys/rsget.pl/RSGet/Form.pm (original)
+++ toys/rsget.pl/RSGet/Form.pm Tue Mar  2 03:18:03 2010
@@ -62,7 +62,7 @@
                }
                if ( verbose( 2 ) and not $found ) {
                        my $all = join ", ", map { "$_ => $m->{$_}" } sort keys 
%$m;
-                       warn "Can't find form whitch matches: $all\n";
+                       warn "Can't find form which matches: $all\n";
                }
        }
        if ( not $found and exists $opts{num} ) {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to