aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/edittemplate.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-10-14 20:49:42 -0400
committerJoey Hess <joey@kitenet.net>2012-10-14 20:49:42 -0400
commitb5b3f567036046381d19a41b110d812e50a66a17 (patch)
tree893df91cf7ff4e0808856e3c40e1c07f0d447f1c /IkiWiki/Plugin/edittemplate.pm
parentef0c569a956f97ee02df16c1a3e8f3cb2993a62a (diff)
downloadikiwiki-b5b3f567036046381d19a41b110d812e50a66a17.tar
ikiwiki-b5b3f567036046381d19a41b110d812e50a66a17.tar.gz
typo
Diffstat (limited to 'IkiWiki/Plugin/edittemplate.pm')
-rw-r--r--IkiWiki/Plugin/edittemplate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm
index 061242fd8..c7f1e4fa7 100644
--- a/IkiWiki/Plugin/edittemplate.pm
+++ b/IkiWiki/Plugin/edittemplate.pm
@@ -132,7 +132,7 @@ sub filltemplate ($$) {
if ($@) {
# Indicate that the earlier preprocessor directive set
# up a template that doesn't work.
- return "[[!pagetemplate ".gettext("failed to process template:")." $@]]";
+ return "[[!edittemplate ".gettext("failed to process template:")." $@]]";
}
$template->param(name => $page);