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

[lintian] 01/01: 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 78553d37941302dac431dc78dad1419d72ad0581
Author: Jakub Wilk <jwilk@debian.org>
Date:   Wed Jun 29 23:32:46 2016 +0200

    Fix typos
---
 checks/files.desc     | 2 +-
 checks/manpages.desc  | 4 ++--
 debian/changelog      | 9 ++++++++-
 frontend/dplint       | 2 +-
 lib/Lintian/Output.pm | 2 +-
 5 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/checks/files.desc b/checks/files.desc
index d07f497..3738cc3 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -1631,7 +1631,7 @@ Info: The arch all pkg-config file contains a reference to a multi-arch path.
  .
  Last but not least, this file could contain a reference to a cross
  architecture (like for instance a x86_64-linux-gnu pkg-config file
- referencing a i386-linux-gnu file). In this case the usual cure is to
+ referencing an i386-linux-gnu file). In this case the usual cure is to
  fix this path.
 
 Tag: pkg-config-bad-directive
diff --git a/checks/manpages.desc b/checks/manpages.desc
index 8205c41..4a31119 100644
--- a/checks/manpages.desc
+++ b/checks/manpages.desc
@@ -216,8 +216,8 @@ Severity: normal
 Certainty: certain
 Info: Each binary in <tt>/usr/bin</tt>, <tt>/usr/sbin</tt>, <tt>/bin</tt>,
  <tt>/sbin</tt> or <tt>/usr/games</tt> should have a manual page. You don't
- provide an english, only a translated manpage. Since english is fallback,
- shipping only a non-english man page leaves most users without a man page
+ provide an English, only a translated manpage. Since English is fallback,
+ shipping only a non-English man page leaves most users without a man page
  at all.
 
 Tag: manpage-locale-dir-country-specific
diff --git a/debian/changelog b/debian/changelog
index 10a6ee9..0f15796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ lintian (2.5.46) UNRELEASED; urgency=medium
       "#!/usr/bin/env" shebang and the interpreter was shipped in the same
       package.  Thanks to Sergio Durigan Junior for the bug report and the
       initial patch.  (Closes: #828933)
+  * checks/files.desc:
+    + [JW] Fix typo.
+  * checks/manpages.desc:
+    + [JW] Fix typos.
 
   * commands/reporting-html-reports.pm:
     + [NT] Fix typo in named parameter that made the raw lintain.log
@@ -21,6 +25,9 @@ lintian (2.5.46) UNRELEASED; urgency=medium
   * data/spelling/corrections:
     + [JW] Add more corrections.
 
+  * lib/Lintian/Output.pm:
+    + [JW] Fix typo.
+
  -- Niels Thykier <niels@thykier.net>  Sun, 19 Jun 2016 20:17:52 +0000
 
 lintian (2.5.45) unstable; urgency=medium
@@ -18004,7 +18011,7 @@ lintian (0.2.4) unstable; urgency=low
       - this should fix all problems where Lintian couldn't check
         python/perl dynamic objects, etc.
       - allow cross-checking of packages, e.g., to check non-i386 .debs
-        on a i386 system (note, that this requires a multi-arch objdump)
+        on an i386 system (note, that this requires a multi-arch objdump)
       - recognize if the shared library uses its SONAME
     New tag:
       shared-library-uses-its-soname
diff --git a/frontend/dplint b/frontend/dplint
index 7f47166..e6dd632 100755
--- a/frontend/dplint
+++ b/frontend/dplint
@@ -22,7 +22,7 @@
 # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-# In main scope, need a unnamed sub to avoid tainting the "main" namespace
+# In main scope, need an unnamed sub to avoid tainting the "main" namespace
 # in case we need to run a ".pm" tool.
 use strict;
 use warnings;
diff --git a/lib/Lintian/Output.pm b/lib/Lintian/Output.pm
index 2884d37..b88b7db 100644
--- a/lib/Lintian/Output.pm
+++ b/lib/Lintian/Output.pm
@@ -552,7 +552,7 @@ sub _quote_print {
 
 =item C<_global_or_object(@args)>
 
-If $args[0] is a object which satisfies C<isa('Lintian::Output')>
+If $args[0] is an object which satisfies C<isa('Lintian::Output')>
 returns @args, otherwise returns C<($Lintian::Output::GLOBAL, @_)>.
 
 =back

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


Reply to: