You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@sergeant.org on 2006/08/09 04:52:55 UTC

[SVN] [66] Typo fix

Revision: 66
Author:   matt
Date:     2006-08-09 02:52:29 +0000 (Wed, 09 Aug 2006)

Log Message:
-----------
Typo fix

Modified Paths:
--------------
    trunk/lib/AxKit2/Connection.pm

Modified: trunk/lib/AxKit2/Connection.pm
===================================================================
--- trunk/lib/AxKit2/Connection.pm	2006-08-09 02:50:51 UTC (rev 65)
+++ trunk/lib/AxKit2/Connection.pm	2006-08-09 02:52:29 UTC (rev 66)
@@ -165,7 +165,7 @@
     
     $self->hook_uri_to_file($hd, $hd->request_uri)
     &&
-    $self->hook_mime_map($hd, $hd->filename);
+    $self->hook_mime_map($hd, $hd->filename)
     &&
     $self->hook_access_control($hd)
     &&