pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/revbump/files Fixed a typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebaafd92b0bf
branches:  trunk
changeset: 650091:ebaafd92b0bf
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 17 15:31:32 2015 +0000

description:
Fixed a typo

diffstat:

 pkgtools/revbump/files/replace-commonbump |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4b73e9971bd8 -r ebaafd92b0bf pkgtools/revbump/files/replace-commonbump
--- a/pkgtools/revbump/files/replace-commonbump Fri Apr 17 15:22:44 2015 +0000
+++ b/pkgtools/revbump/files/replace-commonbump Fri Apr 17 15:31:32 2015 +0000
@@ -128,7 +128,7 @@
                    $included =~ s/\${[^}]+}/$value/;
                    if ($value eq '') {
                        print STDERR 
-$FILE, ': ', __LINE__, ' Value ${', $varname, '} is emtpy at ', $shortdir, "\n";
+$FILE, ': ', __LINE__, ' Value ${', $varname, '} is empty at ', $shortdir, "\n";
                    }
                }
                print STDERR __LINE__ , ' ', $shortname, ' -> ', $included,': ',$_ ,"\n" if $debug;



Home | Main Index | Thread Index | Old Index