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

[lintian] 01/02: c/files: 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 8c50da3d2d6d02fcda48cc539ad07f603584aeb8
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Jan 22 21:14:10 2016 +0100

    c/files: Fix typos
---
 checks/files.desc | 2 +-
 checks/files.pm   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/checks/files.desc b/checks/files.desc
index b5db3de..ccba2af 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -380,7 +380,7 @@ Severity: pedantic
 Certainty: certain
 Info: This package installs a pixmap or a bitmap within <tt>/usr/lib</tt>.
  According to the Filesystem Hierarchy Standard, architecture-independent
- files should to be placed within <tt>/usr/share</tt> instead.
+ files should be placed within <tt>/usr/share</tt> instead.
 
 Tag: file-directly-in-usr-share-doc
 Severity: serious
diff --git a/checks/files.pm b/checks/files.pm
index 8658684..c804608 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -171,7 +171,7 @@ my @FILE_PACKAGE_MAPPING = (
     ),
 );
 
-sub _detect_embeded_libraries {
+sub _detect_embedded_libraries {
     my ($fname, $file, $pkg) = @_;
 
     # detect only in regular file
@@ -1406,7 +1406,7 @@ sub run {
             }
 
             # ---------------- embedded libraries
-            _detect_embeded_libraries($fname, $file, $pkg);
+            _detect_embedded_libraries($fname, $file, $pkg);
 
             # ---------------- embedded Feedparser library
             if (    $fname =~ m,/feedparser\.py$,

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


Reply to: