caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: caudium/server/modules/scripting cgi.pike,1.54,1.55


chronological Thread 
  • From: Bertrand Lupart <bertrand AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: caudium/server/modules/scripting cgi.pike,1.54,1.55
  • Date: Thu, 25 Nov 2004 16:42:44 +0100

Update of /cvs/caudium/caudium/server/modules/scripting
In directory cvs.caudiumforge.net:/tmp/cvs-serv59843/scripting

Modified Files:
        cgi.pike 
Log Message:
Typos


Index: cgi.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/scripting/cgi.pike,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- cgi.pike    22 Sep 2004 12:47:10 -0000      1.54
+++ cgi.pike    25 Nov 2004 15:42:42 -0000      1.55
@@ -25,7 +25,7 @@
 //! inherits: module
 //! inherits: caudiumlib
 //! type: MODULE_LOCATION | MODULE_FILE_EXTENSION | MODULE_PARSER
-//! cvs_version: $Id: cgi.pike,v 1.54 2004/09/22 12:47:10 vida Exp $
+//! cvs_version: $Id: cgi.pike,v 1.55 2004/11/25 15:42:42 bertrand Exp $
 //
 
 /* Da CGI module */
@@ -35,7 +35,7 @@
 inherit "module";
 inherit "caudiumlib";
 
-constant cvs_version = "$Id: cgi.pike,v 1.54 2004/09/22 12:47:10 vida Exp $";
+constant cvs_version = "$Id: cgi.pike,v 1.55 2004/11/25 15:42:42 bertrand 
Exp $";
 
 constant module_type = MODULE_LOCATION | MODULE_FILE_EXTENSION | 
MODULE_PARSER;
 constant module_name = "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,
@@ -1182,7 +1182,7 @@
 //!  name: Pass environment variables
 //
 //! 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/scripting cgi.pike,1.54,1.55, Bertrand Lupart

Archive powered by MhonArc 2.6.10.

§