Author: poeml Date: Mon Mar 26 22:42:44 2012 New Revision: 8264 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8264&view=rev Log: scanner: - fix typo (patch by Oliver Beattie) https://github.com/obeattie/my-mirrorbrain/commit/b740dc57e0e628692ab0f9bf6b2667fc3ecf2e28 Modified: trunk/tools/scanner.pl Modified: trunk/tools/scanner.pl URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/scanner.pl?rev=8264&r1=8263&r2=8264&view=diff ============================================================================== --- trunk/tools/scanner.pl (original) +++ trunk/tools/scanner.pl Mon Mar 26 22:42:44 2012 _at_@ -1034,7 +1034,7 @@ if($mode & 004) { # readable for the world is good. # params for largefile check: url=$ary_ref->{$priv->{serverid}}/$name, size=$len if(largefile_check($priv->{identifier}, $priv->{serverid}, $name, $len) == 0) { - printf "$priv->{identifier}: warning: $name cannot be delivererd via HTTP! Skipping\n" if $verbose > 0; + printf "$priv->{identifier}: warning: $name cannot be delivered via HTTP! Skipping\n" if $verbose > 0; } else { $name = save_file($name, $priv->{identifier}, $priv->{serverid}, $mtime, $priv->{re}); _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Mon Mar 26 2012 - 20:42:46 GMT
This archive was generated by hypermail 2.3.0 : Mon Mar 26 2012 - 20:47:03 GMT