caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: caudium/server/modules/vhs vhs_cgi.pike,1.6.2.4,1.6.2.5


chronological Thread 
  • From: Bertrand Lupart <bertrand AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: caudium/server/modules/vhs vhs_cgi.pike,1.6.2.4,1.6.2.5
  • Date: Thu, 25 Nov 2004 17:12:49 +0100

Update of /cvs/caudium/caudium/server/modules/vhs
In directory cvs.caudiumforge.net:/tmp/cvs-serv60857/vhs

Modified Files:
      Tag: stable_1_2
        vhs_cgi.pike 
Log Message:
Typos


Index: vhs_cgi.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/vhs/vhs_cgi.pike,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- vhs_cgi.pike        15 Jan 2004 01:58:14 -0000      1.6.2.4
+++ vhs_cgi.pike        25 Nov 2004 16:12:46 -0000      1.6.2.5
@@ -19,7 +19,7 @@
  *
  */
 /*
- * $Id: vhs_cgi.pike,v 1.6.2.4 2004/01/15 01:58:14 grendel Exp $
+ * $Id: vhs_cgi.pike,v 1.6.2.5 2004/11/25 16:12:46 bertrand Exp $
  */
 /* Based on original CGI module */
 
@@ -34,9 +34,9 @@
 //! inherits: module
 //! inherits: caudiumlib
 //! type: MODULE_LOCATION | MODULE_FILE_EXTENSION
-//! cvs_version: $Id: vhs_cgi.pike,v 1.6.2.4 2004/01/15 01:58:14 grendel Exp 
$
+//! cvs_version: $Id: vhs_cgi.pike,v 1.6.2.5 2004/11/25 16:12:46 bertrand 
Exp $
 
-constant cvs_version = "$Id: vhs_cgi.pike,v 1.6.2.4 2004/01/15 01:58:14 
grendel Exp $";
+constant cvs_version = "$Id: vhs_cgi.pike,v 1.6.2.5 2004/11/25 16:12:46 
bertrand Exp $";
 
 constant module_type = MODULE_LOCATION | MODULE_FILE_EXTENSION;
 constant module_name = "VHS - CGI executable support";
@@ -935,7 +935,7 @@
 
   defvar("rxml", 0, "Parse RXML in CGI-scripts", TYPE_FLAG|VAR_MORE,
         "If this is set, the output from CGI-scripts handled by this "
-         "module will be RXMl parsed. NOTE : No data will be returned to the 
"
+         "module will be RXML parsed. NOTE : No data will be returned to the 
"
          "client until the CGI-script is fully parsed.");
 
   defvar("extra_env", "", "Extra environment variables", 
TYPE_TEXT_FIELD|VAR_MORE,
@@ -1113,7 +1113,7 @@
 //!  name: CGI-script extensions
 //
 //! defvar: rxml
-//! If this is set, the output from CGI-scripts handled by this module will 
be RXMl parsed. NOTE : No data will be returned to the client until the 
CGI-script is fully parsed.
+//! If this is set, the output from CGI-scripts handled by this module will 
be RXML parsed. NOTE : No data will be returned to the client until the 
CGI-script is fully parsed.
 //!  type: TYPE_FLAG|VAR_MORE
 //!  name: Parse RXML in CGI-scripts
 //



  • CVS: caudium/server/modules/vhs vhs_cgi.pike,1.6.2.4,1.6.2.5, Bertrand Lupart

Archive powered by MhonArc 2.6.10.

§