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

[lintian] 01/03: Fix typos: existant -> existent



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

jwilk pushed a commit to branch master
in repository lintian.

commit 44959602b3b548e641827b1a26509c74212da0ec
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Oct 2 18:29:29 2015 +0200

    Fix typos: existant -> existent
---
 checks/binaries.pm                          | 4 ++--
 debian/changelog                            | 2 +-
 t/tests/cruft-unsafe-symlinks/pre_build     | 2 +-
 t/tests/symlinks-unsafe/debian/debian/rules | 2 +-
 t/tests/symlinks-unsafe/tags                | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 2ed5575..574dd6e 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -199,10 +199,10 @@ sub run {
         # not know the multi-arch path for a known architecture) , we assume
         # it the multi-arch path to be this (hopefully!) non-existent path to
         # avoid warnings about uninitialized variables.
-        $madir = './!non-existant-path!/./';
+        $madir = './!non-existent-path!/./';
     }
 
-    $madir = './!non-existant-path!/./' unless defined $madir;
+    $madir = './!non-existent-path!/./' unless defined $madir;
 
     $gnu_triplet_re = quotemeta $madir;
     $gnu_triplet_re =~ s,^i386,i[3-6]86,;
diff --git a/debian/changelog b/debian/changelog
index 395b06c..64f789f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12890,7 +12890,7 @@ lintian (1.23.23) unstable; urgency=low
   * collection/changelog-file:
     + [RA] Be much more careful about changelog files that are symlinks.
       Don't skip over changelog symlinks just because they point to
-      non-existant files, mark unsafe symlinks or symlinks to non-existent
+      non-existent files, mark unsafe symlinks or symlinks to non-existent
       files by creating copyright as a symlink to a non-existent file in
       the lab, and don't create an empty dummy changelog if we couldn't
       find a changelog.  Correctly handle changelog files that are
diff --git a/t/tests/cruft-unsafe-symlinks/pre_build b/t/tests/cruft-unsafe-symlinks/pre_build
index a70c811..37fed23 100755
--- a/t/tests/cruft-unsafe-symlinks/pre_build
+++ b/t/tests/cruft-unsafe-symlinks/pre_build
@@ -1,6 +1,6 @@
 #!/bin/sh
 SOURCE_ROOT="$1"
-LINK_TARGET=non-existant/path/lintian-should-not-open
+LINK_TARGET=non-existent/path/lintian-should-not-open
 
 
 mkdir -p "$SOURCE_ROOT/bad-symlinks" "$SOURCE_ROOT/tests/"
diff --git a/t/tests/symlinks-unsafe/debian/debian/rules b/t/tests/symlinks-unsafe/debian/debian/rules
index 2b12987..c2b7e3c 100644
--- a/t/tests/symlinks-unsafe/debian/debian/rules
+++ b/t/tests/symlinks-unsafe/debian/debian/rules
@@ -2,7 +2,7 @@
 
 PKG:=$(shell dh_listpackages)
 LINK_DIR:=debian/$(PKG)/usr/share/lintian/bad-links
-LINK_TARGET:=non-existant/path/lintian-should-not-open
+LINK_TARGET:=non-existent/path/lintian-should-not-open
 
 %:
 	dh $@
diff --git a/t/tests/symlinks-unsafe/tags b/t/tests/symlinks-unsafe/tags
index f3610a2..0374cb4 100644
--- a/t/tests/symlinks-unsafe/tags
+++ b/t/tests/symlinks-unsafe/tags
@@ -1,3 +1,3 @@
 E: symlinks-unsafe: package-contains-unsafe-symlink usr/share/lintian/bad-links/absolute
 E: symlinks-unsafe: package-contains-unsafe-symlink usr/share/lintian/bad-links/relative-escape
-E: symlinks-unsafe: symlink-has-too-many-up-segments usr/share/lintian/bad-links/relative-escape ../../../../../non-existant/path/lintian-should-not-open
+E: symlinks-unsafe: symlink-has-too-many-up-segments usr/share/lintian/bad-links/relative-escape ../../../../../non-existent/path/lintian-should-not-open

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


Reply to: