summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-01-22 19:53:47 +0100
committerGuillem Jover <guillem@debian.org>2017-01-22 22:55:29 +0100
commit83b5b8fe54f21dec140282ee4a2ea01b90b6b6a5 (patch)
tree37af0021f6f230b871e0265ae05752e7a8c0d75b /scripts/Dpkg/Control
parentcd9f688ca4bfd49e6574e2842dbd514459e84569 (diff)
downloaddpkg-83b5b8fe54f21dec140282ee4a2ea01b90b6b6a5.tar.gz
doc: Fix typos in documentation and code comments
Warned-by: codespell, spellintian
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r--scripts/Dpkg/Control/HashCore.pm2
1 files changed, 1 insertions, 1 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)