caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: caudium/server/modules/vhs vhs_cgi.pike,1.20,1.20.2.1


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.20,1.20.2.1
  • Date: Thu, 25 Nov 2004 17:08:27 +0100

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

Modified Files:
      Tag: stable_1_4
        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.20
retrieving revision 1.20.2.1
diff -u -r1.20 -r1.20.2.1
--- vhs_cgi.pike        25 Aug 2004 23:25:23 -0000      1.20
+++ vhs_cgi.pike        25 Nov 2004 16:08:25 -0000      1.20.2.1
@@ -26,7 +26,7 @@
 inherit "module";
 inherit "caudiumlib";
 
-constant cvs_version = "$Id: vhs_cgi.pike,v 1.20 2004/08/25 23:25:23 vida 
Exp $";
+constant cvs_version = "$Id: vhs_cgi.pike,v 1.20.2.1 2004/11/25 16:08:25 
bertrand Exp $";
 
 constant module_type = MODULE_LOCATION | MODULE_FILE_EXTENSION;
 constant module_name = "VHS - CGI executable support";
@@ -926,7 +926,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,
@@ -1104,7 +1104,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.20,1.20.2.1, Bertrand Lupart

Archive powered by MhonArc 2.6.10.

§