SVN: toys/rsget.pl/rsget.pl

glen glen at pld-linux.org
Wed Sep 30 12:31:28 CEST 2009


Author: glen
Date: Wed Sep 30 12:31:27 2009
New Revision: 10641

Modified:
   toys/rsget.pl/rsget.pl
Log:
- spelling

Modified: toys/rsget.pl/rsget.pl
==============================================================================
--- toys/rsget.pl/rsget.pl	(original)
+++ toys/rsget.pl/rsget.pl	Wed Sep 30 12:31:27 2009
@@ -100,7 +100,7 @@
 
 if ( $settings{auto_update} ) {
 	if ( RSGet::AutoUpdate::update() ) {
-		warn "Update successfull, restarting\n";
+		warn "Update successful, restarting\n";
 		exec $0, @save_ARGV, "--auto_update", 0;
 	}
 }


More information about the pld-cvs-commit mailing list