summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-12 13:31:01 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-12 13:31:01 -0500
commit1679f2ed0172f707480a9cc44e0d045d3f53a1c9 (patch)
tree2f43b9871dadbc5e621baabe3bb8a991432ba03c
parent1aeccc3f0723a2d9a4fd38752258b82d060cd663 (diff)
Typo. Closes: #555659
-rw-r--r--debian/changelog1
-rwxr-xr-xdh_strip2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4b756b8d..1e589408 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 <joeyh@debian.org> Wed, 28 Oct 2009 18:10:45 -0400
diff --git a/dh_strip b/dh_strip
index cfa26653..0da2e1e7 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;