Author: rra
Date: 2008-04-30 23:55:59 +0200 (Wed, 30 Apr 2008)
New Revision: 1289

Modified:
   trunk/lib/Spelling.pm
Log:
Really only trigger the meta package correction for descriptions.


Modified: trunk/lib/Spelling.pm
===================================================================
--- trunk/lib/Spelling.pm       2008-04-30 21:27:07 UTC (rev 1288)
+++ trunk/lib/Spelling.pm       2008-04-30 21:55:59 UTC (rev 1289)
@@ -420,9 +420,6 @@
     if ($text =~ m,Debian/GNU\s+Linux,) {
         _tag($tag, $filename, "Debian/GNU Linux", "Debian GNU/Linux");
     }
-    if ($text =~ m,meta\s+package,) {
-        _tag($tag, $filename, "meta package", "metapackage");
-    }
 }
 
 # Check spelling of $text against pickier corrections, such as common
@@ -441,6 +438,9 @@
             next;
         }
     }
+    if ($text =~ m,meta\s+package,) {
+        _tag($tag, $filename, "meta package", "metapackage");
+    }
 }
 
 1;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to