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_strip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_strip') diff --git a/dh_strip b/dh_strip index 57c45f5c..ea5315a3 100755 --- 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; -- cgit v1.2.3