diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-05 19:58:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-05 19:58:33 -0400 |
commit | 46b3f54ab6c8d3004915f7a4d921203c9e343ec8 (patch) | |
tree | 54418c045a7c0b0277e732cfd98d1fe463199d33 | |
parent | 241c08844dc103c82064227e463f5558b37df9a1 (diff) |
typo
-rw-r--r-- | IkiWiki/CGI.pm | 2 |
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; |