From a320ae5ba5536510934beaaf08f463a58ff36c65 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 19 May 2012 13:45:56 +0200 Subject: debhelper: Fix minor source comment typos. --- Debian/Debhelper/Buildsystem/python_distutils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm') 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; } -- cgit v1.2.3