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

Bug#878446: lintian: [PATCH] Spelling fixes



Package: lintian
Version: 2.5.53ubuntu2
Severity: minor

Dear Maintainer,

'git am'able patch containing spelling fixes is attached.

-- System Information:
Debian Release: stretch/sid
  APT prefers artful
  APT policy: (500, 'artful')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lintian depends on:
ii  binutils                          2.29.1-4ubuntu1
ii  bzip2                             1.0.6-8.1
ii  diffstat                          1.61-1build1
ii  dpkg                              1.18.24ubuntu1
ii  file                              1:5.32-1
ii  gettext                           0.19.8.1-4ubuntu1
ii  intltool-debian                   0.35.0+20060710.4
ii  libapt-pkg-perl                   0.1.33
ii  libarchive-zip-perl               1.59-1
ii  libclass-accessor-perl            0.34-1
ii  libclone-perl                     0.38-2build2
ii  libdpkg-perl                      1.18.24ubuntu1
ii  libemail-valid-perl               1.202-1
ii  libfile-basedir-perl              0.07-1
ii  libipc-run-perl                   0.96-1
ii  liblist-moreutils-perl            0.416-1build3
ii  libparse-debianchangelog-perl     1.2.0-12
ii  libperl5.26 [libdigest-sha-perl]  5.26.0-8ubuntu1
ii  libtext-levenshtein-perl          0.13-1
ii  libtimedate-perl                  2.3000-2
ii  liburi-perl                       1.72-1
ii  libxml-simple-perl                2.24-1
ii  libyaml-libyaml-perl              0.63-2build1
ii  man-db                            2.7.6.1-2
ii  patchutils                        0.3.4-2
ii  perl                              5.26.0-8ubuntu1
ii  t1utils                           1.40-2
ii  xz-utils                          5.2.2-1.3

Versions of packages lintian recommends:
ii  libperlio-gzip-perl  0.19-1build3

Versions of packages lintian suggests:
pn  binutils-multiarch     <none>
ii  dpkg-dev               1.18.24ubuntu1
ii  libhtml-parser-perl    3.72-3build1
pn  libtext-template-perl  <none>

-- no debconf information
>From 86dc452a32ea7e4df8d95f08b01a67efd7c13c55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Fri, 13 Oct 2017 21:34:39 +0300
Subject: [PATCH] Spelling fixes

---
 checks/conffiles.pm | 2 +-
 checks/debconf.desc | 2 +-
 checks/files.desc   | 6 +++---
 checks/scripts.desc | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/checks/conffiles.pm b/checks/conffiles.pm
index 90db31547..180a11cd3 100644
--- a/checks/conffiles.pm
+++ b/checks/conffiles.pm
@@ -83,7 +83,7 @@ sub run {
         }
         next unless $file =~ m{\A etc/ }xsm and $file->is_file;
 
-       # If there is a /etc/foo, it must be a conffile (with a few exceptions).
+       # If there is an /etc/foo, it must be a conffile (with a few exceptions).
         if (    not exists($conffiles{$file})
             and $file !~ m{ /README $}xsm
             and $file ne 'etc/init.d/skeleton'
diff --git a/checks/debconf.desc b/checks/debconf.desc
index d5d3ac19a..6bf813869 100644
--- a/checks/debconf.desc
+++ b/checks/debconf.desc
@@ -309,7 +309,7 @@ Tag: template-uses-unsplit-choices
 Severity: normal
 Certainty: possible
 Info: The use of _Choices in templates is deprecated.
- An _Choices field must be translated as a single string.
+ A _Choices field must be translated as a single string.
  .
  Using __Choices allows each choice to be translated separately, easing
  translation and is therefore recommended.
diff --git a/checks/files.desc b/checks/files.desc
index 4f575b86d..4ba0d7da3 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -82,7 +82,7 @@ Tag: package-installs-apt-preferences
 Severity: serious
 Certainty: possible
 Ref: apt_preferences(5)
-Info: Debian packages should not install files under <tt>/etc/apt/preferences.d/</tt> or install a /etc/apt/preferences file.
+Info: Debian packages should not install files under <tt>/etc/apt/preferences.d/</tt> or install an /etc/apt/preferences file.
  This directory is under the control of the local administrator.
  .
  Package should not override local administrator choices.
@@ -92,7 +92,7 @@ Severity: serious
 Certainty: possible
 Ref: sources.list(5)
 Info: Debian packages should not install files under <tt>/etc/apt/sources.list.d/</tt>
- or install a /etc/apt/sources.list file.
+ or install an /etc/apt/sources.list file.
  This directory is under the control of the local administrator.
  .
  Package should not override local administrator choices.
@@ -1741,7 +1741,7 @@ Info: The package is architecture-dependent, ships a shared library in
  a public library search path and is marked <tt>Multi-Arch:
  foreign</tt>. Typically, shared libraries are marked <tt>Multi-Arch:
  same</tt> when possible. Sometimes, private shared libraries are put
- into the public library search path to accomodate programs in the
+ into the public library search path to accommodate programs in the
  same package, but this package does not contain any programs.
  .
  Please remove the <tt>Multi-Arch: foreign</tt> stanza.
diff --git a/checks/scripts.desc b/checks/scripts.desc
index aa2fb0d84..8d02ec4ff 100644
--- a/checks/scripts.desc
+++ b/checks/scripts.desc
@@ -737,7 +737,7 @@ Info: Lintian has detected the presence of a #DEBHELPER# token in the
 Tag: debhelper-autoscript-in-maintainer-scripts
 Severity: classification
 Certainty: possible
-Info: The maintainer scripts of the package contians one or more
+Info: The maintainer scripts of the package contain one or more
  auto-generated shell snippets inserted by the listed debhelper tool.
 
 Tag: unconditional-use-of-dpkg-statoverride
-- 
2.14.1


Reply to: