You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2005/10/31 17:42:06 UTC

svn commit: r329854 - in /tcl/rivet/trunk: ChangeLog doc/rivet.it.xml doc/rivet.ru.xml doc/rivet.xml src/rivetCore.c

Author: davidw
Date: Mon Oct 31 08:41:57 2005
New Revision: 329854

URL: http://svn.apache.org/viewcvs?rev=329854&view=rev
Log:
* doc/rivet.xml: Woops, fix spelling error: Seperate->Separate.


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/doc/rivet.it.xml
    tcl/rivet/trunk/doc/rivet.ru.xml
    tcl/rivet/trunk/doc/rivet.xml
    tcl/rivet/trunk/src/rivetCore.c

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewcvs/tcl/rivet/trunk/ChangeLog?rev=329854&r1=329853&r2=329854&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Mon Oct 31 08:41:57 2005
@@ -1,4 +1,11 @@
+2005-10-31  David N. Welton  <da...@dedasys.com>
+
+	* doc/rivet.xml: Woops, fix spelling error: Seperate->Separate.
+
 2005-10-01  David N. Welton  <da...@dedasys.com>
+
+	* rivet/pkgIndex.tcl: Added a package index here so that when used
+	for tests, something exists.
 
 	* tests/runtests.tcl: Add local path to TCLLIBPATH, add
 	CoreDumpDirectory so that we can get any core files generated by

Modified: tcl/rivet/trunk/doc/rivet.it.xml
URL: http://svn.apache.org/viewcvs/tcl/rivet/trunk/doc/rivet.it.xml?rev=329854&r1=329853&r2=329854&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/rivet.it.xml (original)
+++ tcl/rivet/trunk/doc/rivet.it.xml Mon Oct 31 08:41:57 2005
@@ -261,7 +261,7 @@
 	      <arg>UploadDirectory</arg>
 	      <arg>UploadMaxSize</arg>
 	      <arg>UploadFilesToVar</arg>
-	      <arg>SeperateVirtualInterps</arg>
+	      <arg>SeparateVirtualInterps</arg>
 	    </group>
 	  </cmdsynopsis>
 	</term>
@@ -456,7 +456,7 @@
 	    <varlistentry>
 	      <term>
 		<cmdsynopsis>
-		  <arg>SeperateVirtualInterps</arg>
+		  <arg>SeparateVirtualInterps</arg>
 		  <group choice="req">
 		    <arg>yes</arg>
 		    <arg>no</arg>

Modified: tcl/rivet/trunk/doc/rivet.ru.xml
URL: http://svn.apache.org/viewcvs/tcl/rivet/trunk/doc/rivet.ru.xml?rev=329854&r1=329853&r2=329854&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/rivet.ru.xml (original)
+++ tcl/rivet/trunk/doc/rivet.ru.xml Mon Oct 31 08:41:57 2005
@@ -306,7 +306,7 @@
               <arg>UploadDirectory</arg>
               <arg>UploadMaxSize</arg>
               <arg>UploadFilesToVar</arg>
-              <arg>SeperateVirtualInterps</arg>
+              <arg>SeparateVirtualInterps</arg>
             </group>
           </cmdsynopsis>
         </term>
@@ -495,7 +495,7 @@
             <varlistentry>
               <term>
                 <cmdsynopsis>
-                  <arg>SeperateVirtualInterps</arg>
+                  <arg>SeparateVirtualInterps</arg>
                   <group choice="req">
                     <arg>yes</arg>
                     <arg>no</arg>

Modified: tcl/rivet/trunk/doc/rivet.xml
URL: http://svn.apache.org/viewcvs/tcl/rivet/trunk/doc/rivet.xml?rev=329854&r1=329853&r2=329854&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/rivet.xml (original)
+++ tcl/rivet/trunk/doc/rivet.xml Mon Oct 31 08:41:57 2005
@@ -286,7 +286,7 @@
 	      <arg>UploadDirectory</arg>
 	      <arg>UploadMaxSize</arg>
 	      <arg>UploadFilesToVar</arg>
-	      <arg>SeperateVirtualInterps</arg>
+	      <arg>SeparateVirtualInterps</arg>
 	    </group>
 	  </cmdsynopsis>
 	</term>
@@ -511,7 +511,7 @@
 	    <varlistentry>
 	      <term>
 		<cmdsynopsis>
-		  <arg choice="plain">SeperateVirtualInterps</arg>
+		  <arg choice="plain">SeparateVirtualInterps</arg>
 		  <group choice="req">
 		    <arg>yes</arg>
 		    <arg>no</arg>

Modified: tcl/rivet/trunk/src/rivetCore.c
URL: http://svn.apache.org/viewcvs/tcl/rivet/trunk/src/rivetCore.c?rev=329854&r1=329853&r2=329854&view=diff
==============================================================================
--- tcl/rivet/trunk/src/rivetCore.c (original)
+++ tcl/rivet/trunk/src/rivetCore.c Mon Oct 31 08:41:57 2005
@@ -2,7 +2,7 @@
  * rivetCore.c - Core commands which are compiled into mod_rivet itself.
  */
 
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org