summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2012-05-19 13:45:56 +0200
committerJoey Hess <joey@kitenet.net>2012-05-19 11:26:26 -0400
commita320ae5ba5536510934beaaf08f463a58ff36c65 (patch)
tree84cfb05fd194ffdc9608c015083a944dc92a1b37 /dh_makeshlibs
parent9d07928d91124eb723daf79160259cdbb4da9ca3 (diff)
debhelper: Fix minor source comment typos.
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs4
1 files changed, 2 insertions, 2 deletions
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};