summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm
index cf72bfdb9..a05043478 100644
--- a/IkiWiki/CGI.pm
+++ b/IkiWiki/CGI.pm
@@ -775,7 +775,7 @@ sub cgi (;$$) { #{{{
}
} #}}}
-# Does not need tobe called directly; all errors will go through here.
+# Does not need to be called directly; all errors will go through here.
sub cgierror ($) { #{{{
my $message=shift;