stas 2004/08/14 17:50:33
Modified: src/docs/1.0/api Apache.pod
Log:
typo
Revision Changes Path
1.17 +1 -1 modperl-docs/src/docs/1.0/api/Apache.pod
Index: Apache.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache.pod,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- Apache.pod 15 Jan 2004 23:29:23 -0000 1.16
+++ Apache.pod 15 Aug 2004 00:50:33 -0000 1.17
@@ -78,7 +78,7 @@
Get or set the allowed methods bitmask. This allowed bitmask should be
set whenever a 405 (method not allowed) or 501 (method not implemented)
answer is returned. The bit corresponding to the method number should be
-et.
+set.
unless ($r->method_number == M_GET) {
$r->allowed($r->allowed | (1<<M_GET) | (1<<M_HEAD) | (1<<M_OPTIONS));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]