From a320ae5ba5536510934beaaf08f463a58ff36c65 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 19 May 2012 13:45:56 +0200 Subject: debhelper: Fix minor source comment typos. --- dh_makeshlibs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dh_makeshlibs') diff --git a/dh_makeshlibs b/dh_makeshlibs index 860637a0..66e8b961 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -142,7 +142,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # So, we look for files or links to existing files with names that # match "*.so.*". And we only look at real files not - # symlinks, so we don't accidentually add shlibs data to -dev + # symlinks, so we don't accidentally add shlibs data to -dev # packages. This may have a few false positives, which is ok, # because only if we can get a library name and a major number from # objdump is anything actually added. @@ -183,7 +183,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { $deps=$dh{V_FLAG}; } else { - # Call isnative becuase it sets $dh{VERSION} + # Call isnative because it sets $dh{VERSION} # as a side effect. isnative($package); my $version = $dh{VERSION}; -- cgit v1.2.3