fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-10-02 06:06 pm

[dw-free] Typo in DW::Worker::ContentImporter::UserPictures

[commit: http://hg.dwscoalition.org/dw-free/rev/54e018ff2182]

http://bugs.dwscoalition.org/show_bug.cgi?id=3967

Correct (comment/doc) typo; add newline to end of file.

Patch by [personal profile] pauamma.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter/UserPictures.pm
--------------------------------------------------------------------------------
diff -r de3152cb1398 -r 54e018ff2182 cgi-bin/DW/Worker/ContentImporter/UserPictures.pm
--- a/cgi-bin/DW/Worker/ContentImporter/UserPictures.pm	Mon Oct 03 01:43:57 2011 +0800
+++ b/cgi-bin/DW/Worker/ContentImporter/UserPictures.pm	Mon Oct 03 02:06:43 2011 +0800
@@ -44,7 +44,7 @@
         return;
     };
 
-    # failure closer for permanent errors
+    # failure closer for temporary errors
     my $temp_fail = sub {
         my $msg = sprintf( shift(), @_ );
 
@@ -109,4 +109,4 @@
     return ( 10, 30, 60, 300, 600 )[$fails];
 }
 
-1;
\ No newline at end of file
+1;
--------------------------------------------------------------------------------