diff options
author | Guillem Jover <guillem@debian.org> | 2015-07-28 05:57:29 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-07-28 05:58:33 +0200 |
commit | e2e40913fad1eb5d3155e1f93d75991ab933b73c (patch) | |
tree | b5d2bdec8e508a4486f52401f519ab74dd7783ac /scripts | |
parent | 6b16edc08b4cf7253e3349fcd98142d5aee629a8 (diff) | |
download | dpkg-e2e40913fad1eb5d3155e1f93d75991ab933b73c.tar.gz |
doc: Fix multiple typos
Warned-by: spellintian
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Dpkg/Source/Package/V2.pm | 2 | ||||
-rwxr-xr-x | scripts/dpkg-shlibdeps.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Dpkg/Source/Package/V2.pm b/scripts/Dpkg/Source/Package/V2.pm index e27758ef7..d6ae0507f 100644 --- a/scripts/Dpkg/Source/Package/V2.pm +++ b/scripts/Dpkg/Source/Package/V2.pm @@ -202,7 +202,7 @@ sub do_extract { options => [ '--anchored', '--no-wildcards', @exclude_symlinks ]); - # Apply patches (in a separate method as it might be overriden) + # Apply patches (in a separate method as it might be overridden) $self->apply_patches($newdirectory, usage => 'unpack') unless $self->{options}{skip_patches}; } 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) { |