diff options
-rw-r--r-- | devel/portlint/src/portlint.pl | 6 | ||||
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/portlint/src/portlint.pl b/devel/portlint/src/portlint.pl index fdeede98aa58..36f4aa93e9e2 100644 --- a/devel/portlint/src/portlint.pl +++ b/devel/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 ". 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 ". |