From db20aa3e21aed7ebbf37309c630afd0a65d66839 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 12 Oct 2003 08:58:04 +0000 Subject: Fix typo. --- pkgtools/libnbcompat/files/src2nbcompat | 4 ++-- 1 file 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 -- cgit v1.2.3