]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_makeshlibs
debhelper: Fix minor source comment typos.
[debhelper.git] / dh_makeshlibs
index 860637a01de028ac3e521b545ba39aa3d129d8de..66e8b961d2d4658a176c6b097ed606f043a8d8b7 100755 (executable)
@@ -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};