summaryrefslogtreecommitdiff
path: root/scripts/Dpkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dpkg')
-rw-r--r--scripts/Dpkg/Control/HashCore.pm2
-rw-r--r--scripts/Dpkg/IPC.pm2
-rw-r--r--scripts/Dpkg/Source/Package/V1.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm
index e947d9179..21b74916c 100644
--- a/scripts/Dpkg/Control/HashCore.pm
+++ b/scripts/Dpkg/Control/HashCore.pm
@@ -453,7 +453,7 @@ use parent -norequire, qw(Tie::ExtraHash);
# $self->[0] is the real hash
# $self->[1] is a reference to the hash contained by the parent object.
# This reference bypasses the top-level scalar reference of a
-# Dpkg::Control::Hash, hence ensuring that that reference gets DESTROYed
+# Dpkg::Control::Hash, hence ensuring that reference gets DESTROYed
# properly.
# Dpkg::Control::Hash->new($parent)
diff --git a/scripts/Dpkg/IPC.pm b/scripts/Dpkg/IPC.pm
index 3dfbde94a..f93dabe81 100644
--- a/scripts/Dpkg/IPC.pm
+++ b/scripts/Dpkg/IPC.pm
@@ -362,7 +362,7 @@ Defaults to "child process".
=item nocheck
If true do not check the return status of the child (and thus
-do not fail it it has been killed or if it exited with a
+do not fail it has been killed or if it exited with a
non-zero return code).
=item timeout
diff --git a/scripts/Dpkg/Source/Package/V1.pm b/scripts/Dpkg/Source/Package/V1.pm
index a29be1d9e..0e02cc389 100644
--- a/scripts/Dpkg/Source/Package/V1.pm
+++ b/scripts/Dpkg/Source/Package/V1.pm
@@ -405,7 +405,7 @@ sub do_build {
}
$self->add_file($tarname) if $tarname;
- # XXX: Reenable once a stable dpkg supports extracting upstream signatures
+ # XXX: Re-enable once a stable dpkg supports extracting upstream signatures
# for source 1.0 format, either in 1.17.x or 1.18.x.
#$self->add_file($tarsign) if $tarsign and -e $tarsign;