diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 13:01:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 13:01:27 +0000 |
commit | 74cb86fbb79b011014958712325112d65bea5f12 (patch) | |
tree | 302696d9499081f06a2f72dc0ecb46dd63e4cd6c /doc/plugins | |
parent | 330d8a32ceed1ddc01f7a585814837053208f5fa (diff) |
typo
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 7c4da8d5f..651023701 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -175,7 +175,7 @@ called in turn, and passed a CGI object. The hook should examine the parameters, and if it will handle this CGI request, output a page and terminate the program. -### cgi +### auth hook(type => "cgi", id => "foo", call => \&auth); |