diff options
author | steve <steve@FreeBSD.org> | 1999-04-02 11:24:13 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-02 11:24:13 +0800 |
commit | 90fa54661a3bd2f8233b9de38507492626806941 (patch) | |
tree | 76dcc55a963d0895aa73f7aa828ce8fb768f950f /ports-mgmt | |
parent | ec4da4941e8c960865ab8bb1a5822b00fbd7bd31 (diff) | |
download | freebsd-ports-gnome-90fa54661a3bd2f8233b9de38507492626806941.tar.gz freebsd-ports-gnome-90fa54661a3bd2f8233b9de38507492626806941.tar.zst freebsd-ports-gnome-90fa54661a3bd2f8233b9de38507492626806941.zip |
Fix a spelling nit: sane -> same.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index 1c3876678ea2..b5746a08989e 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -13,7 +13,7 @@ # bsd.port.mk. There are significant differences in those so you'll have # hard time upgrading this... # -# $Id: portlint.pl,v 1.2 1999/01/05 12:26:08 itojun Exp $ +# $Id: portlint.pl,v 1.3 1999/02/22 03:01:21 steve Exp $ # $err = $warn = 0; @@ -766,7 +766,7 @@ EOF $j = $`; $k = $1; if ($j =~ /[0-9]$/) { - &perror("WARN: is \"$j\" sane as package name ". + &perror("WARN: is \"$j\" same as package name ". "WITHOUT version number? ". "if not, avoid \"-\" in version number ". "part of ". |