summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-01-06 18:02:05 +0000
committerrillig <rillig>2006-01-06 18:02:05 +0000
commit24c66af4824701116bd054e03232c0d7df35509d (patch)
tree4d613398e89d79db51562e8f13af0ab12bb66783
parent3aaa9956d06afeca85da617b32092b429de36561 (diff)
downloadpkgsrc-24c66af4824701116bd054e03232c0d7df35509d.tar.gz
- s/existant/existent/
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files 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.");
}