pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44160103d923
branches:  trunk
changeset: 462776:44160103d923
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Oct 12 08:58:04 2003 +0000

description:
Fix typo.

diffstat:

 pkgtools/libnbcompat/files/src2nbcompat |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c6c926d257dc -r 44160103d923 pkgtools/libnbcompat/files/src2nbcompat
--- a/pkgtools/libnbcompat/files/src2nbcompat   Sun Oct 12 08:25:17 2003 +0000
+++ b/pkgtools/libnbcompat/files/src2nbcompat   Sun Oct 12 08:58:04 2003 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index