summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/python_distutils.pm
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/Buildsystem/python_distutils.pm
parent9d07928d91124eb723daf79160259cdbb4da9ca3 (diff)
debhelper: Fix minor source comment typos.
Diffstat (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/python_distutils.pm2
1 files changed, 1 insertions, 1 deletions
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;
}