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

[lintian] 06/10: lib/Lintian/Profile: Fix typo in error message



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

jwilk pushed a commit to branch master
in repository lintian.

commit 7c08af55cd5e0280b3a51118582707856cb81bf5
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Nov 27 18:31:13 2015 +0100

    lib/Lintian/Profile: Fix typo in error message
---
 debian/changelog       | 3 +++
 lib/Lintian/Profile.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fc94602..1ca310d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ lintian (2.5.39) UNRELEASED; urgency=medium
   * lib/Lintian/Output.pm:
     + [JW] Fix typos.
 
+  * lib/Lintian/Profile.pm:
+    + [JW] Fix typo.
+
   * lib/Lintian/Tags.pm:
     + [JW] Fix typo.
 
diff --git a/lib/Lintian/Profile.pm b/lib/Lintian/Profile.pm
index b6dffd9..c782e9a 100644
--- a/lib/Lintian/Profile.pm
+++ b/lib/Lintian/Profile.pm
@@ -659,7 +659,7 @@ sub _find_vendor_profile {
         $cpy =~ s/\Q{VENDOR}\E//g;
         croak "Unknown substitution \"$1\" (in \"$prof\")"
           if $cpy =~ m/\{([^ \}]+)\}/;
-        croak "Bad, broken or empty subtitution marker in \"$prof\""
+        croak "Bad, broken or empty substitution marker in \"$prof\""
           if $cpy =~ m/[{}]/;
     }
 

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


Reply to: