aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-21 19:09:29 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-21 19:09:29 -0400
commit1c2f59239ff0a6657843c92a39249171dd8d3576 (patch)
tree2d8e85dc2a4f29bce13aa9b60c2458a3269facdb
parent060183df6797c22edad0bef0d75ee9043b211bf8 (diff)
downloadikiwiki-1c2f59239ff0a6657843c92a39249171dd8d3576.tar
ikiwiki-1c2f59239ff0a6657843c92a39249171dd8d3576.tar.gz
typos
-rw-r--r--IkiWiki/Plugin/edittemplate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm
index b7651ce02..76c1cd42a 100644
--- a/IkiWiki/Plugin/edittemplate.pm
+++ b/IkiWiki/Plugin/edittemplate.pm
@@ -38,10 +38,10 @@ sub preprocess (@) { #{{{
return "" if $params{page} ne $params{destpage};
if (! exists $params{template} || ! length($params{template})) {
- return return "[[meta ".gettext("template not specified")."]]";
+ return "[[meta ".gettext("template not specified")."]]";
}
if (! exists $params{match} || ! length($params{match})) {
- return return "[[meta ".gettext("match not specified")."]]";
+ return "[[meta ".gettext("match not specified")."]]";
}
$pagestate{$params{page}}{edittemplate}{$params{match}}=$params{template};