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

[lintian] 02/02: Fix typos



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

jwilk pushed a commit to branch master
in repository lintian.

commit 8f6a9554165eda00e9709b6e62db8882393fe93f
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sat Jan 23 12:14:12 2016 +0100

    Fix typos
---
 checks/files.pm                      | 2 +-
 data/files/privacy-breaker-fragments | 2 +-
 debian/changelog                     | 9 +++++++--
 lib/Lintian/Collect/Source.pm        | 2 +-
 lib/Lintian/Lab/Entry.pm             | 2 +-
 private/graph                        | 2 +-
 6 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/checks/files.pm b/checks/files.pm
index c804608..eb32f3c 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -638,7 +638,7 @@ sub run {
 
                 }
             }
-            # ---------------- arch-indep pkconfig
+            # ---------------- arch-indep pkgconfig
             elsif ($file->is_regular_file
                 && $fname
                 =~ m,^usr/(?:lib(/[^/]+)?|share)/pkgconfig/[^/]+\.pc$,) {
diff --git a/data/files/privacy-breaker-fragments b/data/files/privacy-breaker-fragments
index 1468cf7..23c67bb 100644
--- a/data/files/privacy-breaker-fragments
+++ b/data/files/privacy-breaker-fragments
@@ -1,6 +1,6 @@
 # Manually maintained table of well known privacy breakers html/js fragment
 # syntax:
-#   keywork ~~regex (xsm) ~~ tag
+#   keyword ~~regex (xsm) ~~ tag
 #
 # Note spaces on the right hand side of ~~ are assumed to be a part
 # of the regex.  Also note that the regex will be applied to a string
diff --git a/debian/changelog b/debian/changelog
index 9c1c613..d66edb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,11 @@ lintian (2.5.41) UNRELEASED; urgency=medium
   * data/spelling/corrections*:
     + [JW] Add more corrections.
 
+  * lib/Lintian/Collect/Source.pm:
+    + [JW] Fix typo.
+  * lib/Lintian/Lab/Entry.pm:
+    + [JW] Fix typo.
+
  -- Niels Thykier <niels@thykier.net>  Sat, 23 Jan 2016 08:30:50 +0000
 
 lintian (2.5.40.1) unstable; urgency=medium
@@ -15471,7 +15476,7 @@ lintian (1.20.7) unstable; urgency=low
   * warning description cleanups, Closes: #87528
   * added more bashism checks -- '|&', '$[foo]', '${parm:len[:offset]}',
     '${parm/pat[/str]}', '${parm//pat[/str]}'
-    Closes: #32113 (the suiregister stuff happened a release or three ago)
+    Closes: #32113 (the suidregister stuff happened a release or three ago)
     you guessed it, need a testset
   * bashism check now tells you what it thinks the bashism was.
     Closes: #81738
@@ -15578,7 +15583,7 @@ lintian (1.20.4) unstable; urgency=low
     check referenced in a desc also has an info section.  runtests now runs
     this test as well.
   * suidregister warning is now an error.
-  * checks/menus: fixed the if link case pattern match -- one more perl erro
+  * checks/menus: fixed the if link case pattern match -- one more perl error
     down, 3 billion hidden ones to go.
   * Following items thanks to Colin Watson
   * updated checks/standards-version so it does not give perl errors when it
diff --git a/lib/Lintian/Collect/Source.pm b/lib/Lintian/Collect/Source.pm
index e4b0876..040fb14 100644
--- a/lib/Lintian/Collect/Source.pm
+++ b/lib/Lintian/Collect/Source.pm
@@ -573,7 +573,7 @@ instead, which returns L<Lintian::Path> objects.
 
 Returns the path to FILE in the debian dir of the extracted source
 package.  FILE must be relative to the root of the debian dir and
-should be without leading slash (and and without "./").  If FILE is
+should be without leading slash (and without "./").  If FILE is
 not in the debian dir, it returns the path to a non-existent file
 entry.
 
diff --git a/lib/Lintian/Lab/Entry.pm b/lib/Lintian/Lab/Entry.pm
index d2e890e..bb0d9b5 100644
--- a/lib/Lintian/Lab/Entry.pm
+++ b/lib/Lintian/Lab/Entry.pm
@@ -181,7 +181,7 @@ sub info {
     my $info;
     $info = $self->{info};
     if (!defined $info) {
-        croak('Cannot load info, extry does not exist') unless $self->exists;
+        croak('Cannot load info, entry does not exist') unless $self->exists;
 
         $info = Lintian::Collect->new($self->pkg_name, $self->pkg_type,
             $self->base_dir);
diff --git a/private/graph b/private/graph
index fd0d454..6ea02f0 100755
--- a/private/graph
+++ b/private/graph
@@ -115,7 +115,7 @@ sub gen_depth_level {
     my @queue;
     my %re = (); # "remaining" edges
     # Breadth first search with multiple source nodes
-    # - Note we visit a node when we reach it through its LAST egde
+    # - Note we visit a node when we reach it through its LAST edge
     # - first find the source nodes and enqueue them
     foreach my $node (@colls) {
         my $needed = $needs{"coll-$node"};

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


Reply to: