aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-24 15:58:20 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-24 15:58:20 -0500
commit736fa378c586176473d08b24db4e284d629fc8b4 (patch)
tree3be8c1d08963e502e6d5b9fd87b57e23ccff502b
parentfa101abf08c51de72c6d02eb0be777dc843de6a1 (diff)
downloadikiwiki-736fa378c586176473d08b24db4e284d629fc8b4.tar
ikiwiki-736fa378c586176473d08b24db4e284d629fc8b4.tar.gz
typo
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index cdc0ab74e..666a625e6 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -658,7 +658,7 @@ sub linkify ($$$) { #{{{
run_hooks(linkify => sub {
$content=shift->(
page => $page,
- destpage => $page,
+ destpage => $destpage,
content => $content,
);
});