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

[lintian] 01/01: L::Path: Fix typo in documentation



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

nthykier pushed a commit to branch master
in repository lintian.

commit 2674a5a61be68cc185ed49b40797b5a91369c461
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jan 20 11:06:49 2018 +0000

    L::Path: Fix typo in documentation
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/Path.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Lintian/Path.pm b/lib/Lintian/Path.pm
index 657a82b..5c2405a 100644
--- a/lib/Lintian/Path.pm
+++ b/lib/Lintian/Path.pm
@@ -405,7 +405,7 @@ symlinks, even if the symlink points to a dir.
 
 Returns a truth value if this entry is a regular file (or a hardlink to one).
 
-NB: Unlike the "-f $dir" operator this will never return true for
+NB: Unlike the "-f $file" operator this will never return true for
 symlinks, even if the symlink points to a file (or hardlink).
 
 =item is_regular_file
@@ -414,7 +414,7 @@ Returns a truth value if this entry is a regular file.
 
 This is eqv. to $path->is_file and not $path->is_hardlink.
 
-NB: Unlike the "-f $dir" operator this will never return true for
+NB: Unlike the "-f $file" operator this will never return true for
 symlinks, even if the symlink points to a file.
 
 =cut

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


Reply to: