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 /devel/portlint | |
parent | Unbreak, ARCH was being passed through to the Makefiles (diff) |
typo fix
From: "Oleg V. Volkov" <rover@lglobus.ru>
Notes
Notes:
svn path=/head/; revision=20339
Diffstat (limited to 'devel/portlint')
-rw-r--r-- | devel/portlint/src/portlint.pl | 6 |
1 files changed, 3 insertions, 3 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 ". |