summaryrefslogtreecommitdiff
path: root/scripts/dpkg-shlibdeps.pl
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-07-28 05:57:29 +0200
committerGuillem Jover <guillem@debian.org>2015-07-28 05:58:33 +0200
commite2e40913fad1eb5d3155e1f93d75991ab933b73c (patch)
treeb5d2bdec8e508a4486f52401f519ab74dd7783ac /scripts/dpkg-shlibdeps.pl
parent6b16edc08b4cf7253e3349fcd98142d5aee629a8 (diff)
downloaddpkg-e2e40913fad1eb5d3155e1f93d75991ab933b73c.tar.gz
doc: Fix multiple typos
Warned-by: spellintian
Diffstat (limited to 'scripts/dpkg-shlibdeps.pl')
-rwxr-xr-xscripts/dpkg-shlibdeps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index ad54f00e4..db970ddc3 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -695,7 +695,7 @@ sub extract_from_shlibs {
if (($libname eq $2) && ($libversion eq $3)) {
# Define dep and end here if the package type explicitly
# matches. Otherwise if the packagetype is not specified, use
- # the dep only as a default that can be overriden by a later
+ # the dep only as a default that can be overridden by a later
# line
if (defined($1)) {
if ($1 eq $packagetype) {