diff options
author | itojun <itojun@FreeBSD.org> | 1999-07-24 22:24:46 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1999-07-24 22:24:46 +0800 |
commit | 95b0e8c9a7a7e311ef5c0b2efb0842b4ee2de7af (patch) | |
tree | 93391d5fd4acfd6e9f10750d86b7fae3c630a696 | |
parent | 4d93ad4ab154cad2b2c20071b7ee3066806b49f9 (diff) | |
download | freebsd-ports-gnome-95b0e8c9a7a7e311ef5c0b2efb0842b4ee2de7af.tar.gz freebsd-ports-gnome-95b0e8c9a7a7e311ef5c0b2efb0842b4ee2de7af.tar.zst freebsd-ports-gnome-95b0e8c9a7a7e311ef5c0b2efb0842b4ee2de7af.zip |
typo fix
From: "Oleg V. Volkov" <rover@lglobus.ru>
-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 ". |