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

[lintian] 01/02: Fix a typo in cruft detection



This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository lintian.

commit f1db6aaaf969763c33aabd49d49fae7ad9edf7f7
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Sat Jul 12 15:29:41 2014 +0200

    Fix a typo in cruft detection
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/cruft.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index bc1e28d..34c0a76 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -1010,7 +1010,7 @@ sub _clean_block {
     $text =~ s/\"\s?\v\#~\s?\"//gxms;
 
     $text =~ s/\\url{[^}]*?}/ /gxms;          # (la)?tex url
-    $text =~ s/\emph{/ /gxms;                 # (la)?tex emph
+    $text =~ s/\\emph{/ /gxms;                 # (la)?tex emph
     $text =~ s/\\href{[^}]*?}
                      {([^}]*?)}/ $1 /gxms;    # (la)?tex href
     $text =~ s/\\hyperlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: