diff options
author | jlam <jlam@pkgsrc.org> | 2003-10-12 08:58:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-10-12 08:58:04 +0000 |
commit | db20aa3e21aed7ebbf37309c630afd0a65d66839 (patch) | |
tree | e2cdf8a119189df72dbd7fa979c266b620cb55dd /pkgtools | |
parent | 2f7d54398dfc3b435233fa26dfeb8c244d3b6d69 (diff) | |
download | pkgsrc-db20aa3e21aed7ebbf37309c630afd0a65d66839.tar.gz |
Fix typo.
Diffstat (limited to 'pkgtools')
-rwxr-xr-x | pkgtools/libnbcompat/files/src2nbcompat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/files/src2nbcompat b/pkgtools/libnbcompat/files/src2nbcompat index 16f4f7b582e..2256e561d7f 100755 --- a/pkgtools/libnbcompat/files/src2nbcompat +++ b/pkgtools/libnbcompat/files/src2nbcompat @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: src2nbcompat,v 1.2 2003/10/12 01:19:08 grant Exp $ +# $NetBSD: src2nbcompat,v 1.3 2003/10/12 08:58:04 jlam Exp $ # # Copyright (c) 2003 The NetBSD Foundation, Inc. # All rights reserved. @@ -75,7 +75,7 @@ for f in $files; do newf=`echo $f | sed 's,^\./,,'` case $newf in *CVS/*) - # Skip copying over any CVS informatin. + # Skip copying over any CVS information. ;; *Makefile|*Makefile.inc) # Skip copying over the Makefiles since we'll be using |