From 1679f2ed0172f707480a9cc44e0d045d3f53a1c9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Nov 2009 13:31:01 -0500 Subject: [PATCH] Typo. Closes: #555659 --- debian/changelog | 1 + dh_strip | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4b756b8..1e58940 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 28 Oct 2009 18:10:45 -0400 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; -- 2.39.2