summaryrefslogtreecommitdiff
path: root/dh_strip
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 /dh_strip
parent1aeccc3f0723a2d9a4fd38752258b82d060cd663 (diff)
Typo. Closes: #555659
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip2
1 files changed, 1 insertions, 1 deletions
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;