From 24c66af4824701116bd054e03232c0d7df35509d Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 6 Jan 2006 18:02:05 +0000 Subject: - s/existant/existent/ --- pkgtools/pkglint/files/pkglint.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 84bac06e2aa..5456ae63d9c 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -w -# $NetBSD: pkglint.pl,v 1.451 2006/01/06 17:43:18 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.452 2006/01/06 18:02:05 rillig Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -1845,7 +1845,7 @@ sub checkline_mk_shelltext($$) { "The consequence of this change is that shell programs don't terminate", "as soon as an error occurs, but try to continue with the next command.", "Imagine what would happen for these commands:", - " cd \"\$HOME\"; cd /nonexistant; rm -rf *", + " cd \"\$HOME\"; cd /nonexistent; rm -rf *", "To fix this warning, either insert \"set -e\" at the beginning of this", "line or use the \"&&\" operator instead of the semicolon."); } -- cgit v1.2.3