summaryrefslogtreecommitdiff
path: root/dh_link
diff options
context:
space:
mode:
Diffstat (limited to 'dh_link')
-rwxr-xr-xdh_link2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_link b/dh_link
index 0cbe6b73..e19a5134 100755
--- a/dh_link
+++ b/dh_link
@@ -34,7 +34,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
$dest=pop @links;
$src=pop @links;
- # Relivatize src and dest.
+ # Relavatize src and dest.
$src=~s:^/::;
$dest=~s:^/::;