X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_makeshlibs;h=66e8b961d2d4658a176c6b097ed606f043a8d8b7;hb=49281a1503549efdae30e5262f166eced711ffd7;hp=860637a01de028ac3e521b545ba39aa3d129d8de;hpb=a80014a1f20fa6f9d1e6b03cc37fd32dd8c7fc8b;p=debhelper.git diff --git a/dh_makeshlibs b/dh_makeshlibs index 860637a..66e8b96 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};