summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Dumont <dod@debian.org>2019-11-19 13:46:07 +0100
committerDominique Dumont <dod@debian.org>2019-11-19 13:46:07 +0100
commitd0183922740ca69f399dccd947f26c02f2f126c0 (patch)
tree901adc656d393390c8634d759c8ed57f6bf13410
parenta0b704141db17e9dd3e4dc0938e98449657d60b0 (diff)
fix typo in Dpkg::Control::Source model
-rw-r--r--lib/Config/Model/models/Dpkg/Control/Source.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 3c404d16..bc37a4b6 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -294,7 +294,7 @@ See also L<deb-src-control|https://manpages.debian.org/unstable/dpkg-dev/deb-src
'value_type' => 'uniline'
},
'class' => 'Config::Model::Dpkg::DependencyList',
- 'description' => 'Same as Build-Depends, but these pakcages are only needed when building the architecture dependent packages. The Build-Depends are also installed in this case.
+ 'description' => 'Same as Build-Depends, but these packages are only needed when building the architecture dependent packages. The Build-Depends are also installed in this case.
See L<deb-src-control man page|https://manpages.debian.org/unstable/dpkg-dev/deb-src-control.5.en.html> for details',
'duplicates' => 'warn',