From 1998de64c7379626acca369b64dc4b478ad11fe3 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@debian.org>
Date: Fri, 9 Aug 2013 12:04:45 +0200
Status: applied
Debbug: 719216
Package: debhelper
Version: 9.20130630
Subject: [PATCH] Fix typo for propagate

---
 Debian/Debhelper/Buildsystem/makefile.pm | 2 +-
 Debian/Debhelper/Dh_Lib.pm               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm
index 2a4b5f4..a7a3d42 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 088bb01..2acfad9 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 \$?';
-- 
1.8.4.rc1

