summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2012-05-19 13:45:56 +0200
committerJoey Hess <joey@kitenet.net>2012-05-19 11:26:26 -0400
commita320ae5ba5536510934beaaf08f463a58ff36c65 (patch)
tree84cfb05fd194ffdc9608c015083a944dc92a1b37 /Debian/Debhelper
parent9d07928d91124eb723daf79160259cdbb4da9ca3 (diff)
debhelper: Fix minor source comment typos.
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Buildsystem/makefile.pm2
-rw-r--r--Debian/Debhelper/Buildsystem/python_distutils.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm
index 1eb4b5b5..c63b58ed 100644
--- a/Debian/Debhelper/Buildsystem/makefile.pm
+++ b/Debian/Debhelper/Buildsystem/makefile.pm
@@ -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"))
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm
index 5115a8ae..ad473a39 100644
--- a/Debian/Debhelper/Buildsystem/python_distutils.pm
+++ b/Debian/Debhelper/Buildsystem/python_distutils.pm
@@ -24,7 +24,7 @@ sub DEFAULT_BUILD_DIRECTORY {
sub new {
my $class=shift;
my $this=$class->SUPER::new(@_);
- # Out of source tree building is prefered.
+ # Out of source tree building is preferred.
$this->prefer_out_of_source_building(@_);
return $this;
}