]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem.pm
First letter case fixes (should be lowercase) in error/warning messages.
[debhelper.git] / Debian / Debhelper / Buildsystem.pm
index c2bba0b2c646b6695989969659358924296650bc..d144cf519d7b01d0237d7b3277031dc8bb87b158 100644 (file)
@@ -64,7 +64,7 @@ sub new {
                my $curdir = Cwd::getcwd();
                my $abspath = Cwd::abs_path($opts{sourcedir});
                if (! -d $abspath || $abspath !~ /^\Q$curdir\E/) {
-                       error("Invalid or non-existing path to the source directory: ".$opts{sourcedir});
+                       error("invalid or non-existing path to the source directory: ".$opts{sourcedir});
                }
                $this->{sourcedir} = File::Spec->abs2rel($abspath, $curdir);
        }