Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/notes/common Pull up revision 1.2 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/742ecb9d1712
branches:  netbsd-2-0
changeset: 564826:742ecb9d1712
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Aug 15 05:27:11 2005 +0000

description:
Pull up revision 1.2 (requested by riz in ticket #5570):
Use '#!/usr/bin/env perl' instead of hardcoding the path.
Fix some typos.

diffstat:

 distrib/notes/common/extract-contrib-string.pl |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5f5dc15249e9 -r 742ecb9d1712 distrib/notes/common/extract-contrib-string.pl
--- a/distrib/notes/common/extract-contrib-string.pl    Mon Aug 15 05:17:13 2005 +0000
+++ b/distrib/notes/common/extract-contrib-string.pl    Mon Aug 15 05:27:11 2005 +0000
@@ -1,4 +1,4 @@
-#!/usr/pkg/bin/perl
+#!/usr/bin/env perl
 #
 # Copyright (c) 2004 Hubert Feyrer <hubert%feyrer.de@localhost>
 # All rights reserved.
@@ -187,7 +187,7 @@
                        # ... maybe with other case?
                        $lc_msg2=lc($msg2);
                        if ($lc_copyrights{$lc_msg2}) {
-                           print "alreadu there, in different case - skipping\n"
+                           print "already there, in different case - skipping\n"
                                if $debug;
                            next msg;
                        }
@@ -207,7 +207,7 @@
                        # ... maybe with other case?
                        $lc_msg2=lc($msg2);
                        if ($lc_copyrights{$lc_msg2}) {
-                           print "alreadu there, in different case - skipping\n"
+                           print "already there, in different case - skipping\n"
                                if $debug;
                            next msg;
                        }



Home | Main Index | Thread Index | Old Index