From d61fa90ac8d2d69635a61cbf472349812dde6a51 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 9 Aug 2013 12:04:45 +0200 Subject: Fix typo for propagate --- Debian/Debhelper/Buildsystem/makefile.pm | 2 +- Debian/Debhelper/Dh_Lib.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Debian') diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm index 2a4b5f4c..a7a3d429 100644 --- a/Debian/Debhelper/Buildsystem/makefile.pm +++ b/Debian/Debhelper/Buildsystem/makefile.pm @@ -15,7 +15,7 @@ use base 'Debian::Debhelper::Buildsystem'; # exit status is not good enough, because even with -n, make will # run commands needed to eg, generate include files -- and those commands # could fail even though the target exists -- and we should let the target -# run and propigate any failure. +# run and propagate any failure. # # Using -n and checking for at least one line of output is better. # That will indicate make either wants to run one command, or diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 088bb011..2acfad9b 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -94,7 +94,7 @@ sub init { # the command line may affect it. $dh{FIRSTPACKAGE}=${$dh{DOPACKAGES}}[0]; - # If no error handling function was specified, just propigate + # If no error handling function was specified, just propagate # errors out. if (! exists $dh{ERROR_HANDLER} || ! defined $dh{ERROR_HANDLER}) { $dh{ERROR_HANDLER}='exit \$?'; -- cgit v1.2.3