]> git.donarmstrong.com Git - debhelper.git/commitdiff
Typo. Closes: #555659
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 12 Nov 2009 18:31:01 +0000 (13:31 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 12 Nov 2009 18:31:01 +0000 (13:31 -0500)
debian/changelog
dh_strip

index 4b756b8dc68a67634fe70ef58ba417921f1cc17f..1e589408c00fcda88ca9c9580b2a4707b2f5d965 100644 (file)
@@ -20,6 +20,7 @@ debhelper (7.4.4) UNRELEASED; urgency=low
     (Man page already said it was deprecated.) Closes: #555899
   * dh_installdocs: Warn if a doc-base file cannot be parsed to find a
     document id. Closes: #555677
+  * Typo. Closes: #555659
 
  -- Joey Hess <joeyh@debian.org>  Wed, 28 Oct 2009 18:10:45 -0400
 
index cfa26653341fc6900527b47640d96bf1867f7a93..0da2e1e772446a32cdbe818ddb10773b6819c2df 100755 (executable)
--- 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;