]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_strip
debhelper: Fix minor source comment typos.
[debhelper.git] / dh_strip
index 57c45f5c7e5a9786091da07ea450381219c4975a..ea5315a3b12999cd1b63d956f62ffa1b9ca6a9ca 100755 (executable)
--- a/dh_strip
+++ b/dh_strip
@@ -221,7 +221,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        foreach (@shared_libs) {
                my $debug_path = make_debug($_, $tmp, $debugtmp) if $keep_debug;
                # Note that all calls to strip on shared libs
-               # *must* inclde the --strip-unneeded.
+               # *must* include the --strip-unneeded.
                doit($strip,"--remove-section=.comment",
                        "--remove-section=.note","--strip-unneeded",$_);
                attach_debug($_, $debug_path) if defined $debug_path;