summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Buildsystems.pm
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-06-15 16:11:45 +0300
committerModestas Vainius <modestas@vainius.eu>2009-06-15 16:11:45 +0300
commita734bdd7c78b0f3d27d7eacd3d50702d4abe8201 (patch)
tree570f525fe0fe0a58337855efb855e6567bf0a3e9 /Debian/Debhelper/Dh_Buildsystems.pm
parentfe3de315ed7ce24c49756af4ebdaa6b88f86a12d (diff)
First letter case fixes (should be lowercase) in error/warning messages.
Diffstat (limited to 'Debian/Debhelper/Dh_Buildsystems.pm')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index d33b6f2c..47d9d582 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -89,7 +89,7 @@ sub load_all_buildsystems {
# Push debhelper built-in buildsystems first
for my $name (@BUILDSYSTEMS) {
- error("Debhelper built-in buildsystem '$name' could not be found/loaded")
+ error("debhelper built-in buildsystem '$name' could not be found/loaded")
if not exists $buildsystems{$name};
push @buildsystems, $buildsystems{$name};
delete $buildsystems{$name};