diff options
Diffstat (limited to 'pkgtools/revbump/files/replace-commonbump')
-rw-r--r-- | pkgtools/revbump/files/replace-commonbump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/revbump/files/replace-commonbump b/pkgtools/revbump/files/replace-commonbump index 46da917ab31..c1f46485933 100644 --- a/pkgtools/revbump/files/replace-commonbump +++ b/pkgtools/revbump/files/replace-commonbump @@ -128,7 +128,7 @@ sub GenerateHash ($$) { $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; |