diff --git a/distrib/notes/common/extract-contrib-string.pl b/distrib/notes/common/extract-contrib-string.pl index 34e6c0d7ba1e..5515c55d79c2 100644 --- a/distrib/notes/common/extract-contrib-string.pl +++ b/distrib/notes/common/extract-contrib-string.pl @@ -1,4 +1,4 @@ -#!/usr/pkg/bin/perl +#!/usr/bin/env perl # # Copyright (c) 2004 Hubert Feyrer # All rights reserved. @@ -187,7 +187,7 @@ while(<>) { # ... 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 @@ while(<>) { # ... 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; } diff --git a/distrib/notes/common/list-portmasters.pl b/distrib/notes/common/list-portmasters.pl index d49d3199ae05..652d71a9c2f1 100644 --- a/distrib/notes/common/list-portmasters.pl +++ b/distrib/notes/common/list-portmasters.pl @@ -1,4 +1,4 @@ -#!/usr/pkg/bin/perl +#!/usr/bin/env perl # # Usage: