]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/makefile.pm
debhelper: Fix minor source comment typos.
[debhelper.git] / Debian / Debhelper / Buildsystem / makefile.pm
index 1eb4b5b50b14eaf81bbb7de4e4065c2fc2b56425..c63b58eda934c6017ec2d0689e71f89983c78073 100644 (file)
@@ -74,7 +74,7 @@ sub check_auto_buildable {
            -e $this->get_buildpath("GNUmakefile"))
        {
                # This is always called in the source directory, but generally
-               # Makefiles are created (or live) in the the build directory.
+               # Makefiles are created (or live) in the build directory.
                return 1;
        } elsif ($step eq "clean" && defined $this->get_builddir() &&
                 $this->check_auto_buildable("configure"))