*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 9 Jul 2005 11:10:14 +0000 (11:10 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 9 Jul 2005 11:10:14 +0000 (11:10 +0000)
tests/js-test/js/httpd/httpd.js

index 6877c93..ac751ba 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: httpd.js,v 1.43 2005/07/09 10:55:38 mmondor Exp $ */
+/* $Id: httpd.js,v 1.44 2005/07/09 11:10:14 mmondor Exp $ */
 
 /*
  * Copyright (c) 2005, Matthew Mondor
@@ -106,7 +106,7 @@ eval(file_read('root.js'));         /* Root object for virtual chroot(2) */
  * Server identification
  */
 SERVER_VERSION                 = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID   = '$Id: httpd.js,v 1.43 2005/07/09 10:55:38 mmondor Exp $';
+SERVER_CVSID   = '$Id: httpd.js,v 1.44 2005/07/09 11:10:14 mmondor Exp $';
 
 
 
@@ -899,7 +899,7 @@ FD.prototype.httpRespond = function(time)
        }
 
        /*
-        * Verify if document consists of an .jso (server javascript module)
+        * Verify if document consists of a .jso (server javascript module)
         * file, part of a dynamic HTTP application.
         * Extract file extension, as well as its mime type.
         */