From e2e40913fad1eb5d3155e1f93d75991ab933b73c Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 28 Jul 2015 05:57:29 +0200 Subject: doc: Fix multiple typos Warned-by: spellintian --- scripts/Dpkg/Source/Package/V2.pm | 2 +- scripts/dpkg-shlibdeps.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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) { -- cgit v1.2.3