[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1266 - trunk/lib



Author: rra
Date: 2008-03-14 22:17:47 +0100 (Fri, 14 Mar 2008)
New Revision: 1266

Modified:
   trunk/lib/Spelling.pm
Log:
Perl syntax fix.


Modified: trunk/lib/Spelling.pm
===================================================================
--- trunk/lib/Spelling.pm	2008-03-13 01:39:19 UTC (rev 1265)
+++ trunk/lib/Spelling.pm	2008-03-14 21:17:47 UTC (rev 1266)
@@ -398,7 +398,7 @@
 # not defined, it will be omitted.
 sub spelling_check {
     my ($tag, $text, $filename) = @_;
-    next unless $text;
+    return unless $text;
 
     for my $word (split(/\s+/, $text)) {
         $word = lc $word;


Reply to: