X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=dh_strip;h=0da2e1e772446a32cdbe818ddb10773b6819c2df;hb=5f065ab11b19b021b39e907867750c62a24a3d4d;hp=cfa26653341fc6900527b47640d96bf1867f7a93;hpb=f89b688d5eb629f0e6a1e374ff5a471d62020f64;p=debhelper.git diff --git a/dh_strip b/dh_strip index cfa2665..0da2e1e 100755 --- a/dh_strip +++ b/dh_strip @@ -140,7 +140,7 @@ sub testfile { if (m/lib.*\.a$/ && ! m/.*_g\.a$/) { # Is it a binary file, or something else (maybe a liner # script on Hurd, for example? I don't use file, because - # file returns a varity of things on static libraries. + # file returns a variety of things on static libraries. if (-B $_) { push @static_libs, $fn; return;