summaryrefslogtreecommitdiff
path: root/dh_link
diff options
context:
space:
mode:
authorjoey <joey>2001-02-07 21:42:37 +0000
committerjoey <joey>2001-02-07 21:42:37 +0000
commitae0346306694bb2c52193f6352755c223e6e8935 (patch)
tree6c8cf97d01b3291b5f49260edfee0f4f398e9fea /dh_link
parent03df94d493434998d367cb2e18771f6a6f8da572 (diff)
r419: touchup
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:^/::;