summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-16 12:39:20 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-16 12:39:20 -0400
commita882ba83571226997e9583f40a232da4dc468956 (patch)
treed80a0f9f779e8b92f8452a436f0a1a872c5bc5c4 /dh_builddeb
parent8fa8df074b8f0229c5f6d7a48587f020ec939aa1 (diff)
Typo fix. Closes: #486464
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_builddeb b/dh_builddeb
index 466b248b..8c3930fb 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -64,7 +64,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
complex_doit("find $tmp $dh{EXCLUDE_FIND} | xargs rm -rf");
}
else {
- # Old broken code here for compatability. Does not
+ # Old broken code here for compatibility. Does not
# remove everything.
complex_doit("find $tmp -name $_ | xargs rm -rf")
foreach split(":", $ENV{DH_ALWAYS_EXCLUDE});