diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-07-24 14:24:46 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-07-24 14:24:46 +0000 |
commit | 48752d5db869fb04f8ab5687adec1bc9d32f3d21 (patch) | |
tree | a0d538442f80d8108338a2c37b83792b6842a583 /ports-mgmt | |
parent | 9084228b18f85c05f4a3868a3ef0e2e56584f84b (diff) | |
download | ports-48752d5db869fb04f8ab5687adec1bc9d32f3d21.tar.gz ports-48752d5db869fb04f8ab5687adec1bc9d32f3d21.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index fdeede98aa58..36f4aa93e9e2 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -9,11 +9,11 @@ # All rights reserved. # Freely redistributable. Absolutely no warranty. # -# Pleae note that this perl code MUST be able to handle (Open|Net|Free)BSD +# Please note that this perl code MUST be able to handle (Open|Net|Free)BSD # bsd.port.mk. There are significant differences in those so you'll have # hard time upgrading this... # -# $Id: portlint.pl,v 1.5 1999/04/04 21:35:10 steve Exp $ +# $Id: portlint.pl,v 1.6 1999/04/22 05:37:46 itojun Exp $ # $err = $warn = 0; @@ -224,7 +224,7 @@ sub checkdescr { } if ($longlines > 0) { &perror("WARN: $i includes lines that exceed $maxchars{$file} ". - "charactors."); + "characters."); } if ($tmp =~ /[\033\200-\377]/) { &perror("WARN: pkg/DESCR includes iso-8859-1, or ". |