summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Lib.pm
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-08-09 12:04:45 +0200
committerJoey Hess <joey@kitenet.net>2013-08-09 12:23:39 -0400
commitd61fa90ac8d2d69635a61cbf472349812dde6a51 (patch)
tree85989cc8978f4264fcc4eaa8bdfb99cfc973720c /Debian/Debhelper/Dh_Lib.pm
parent6d994134a907ab4bce94749bda9994a267d45008 (diff)
Fix typo for propagate
Diffstat (limited to 'Debian/Debhelper/Dh_Lib.pm')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
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 \$?';