svn commit: r814198 - /tomcat/trunk/PROPOSALS.txt

2009-09-12 Thread idarwin
Author: idarwin
Date: Sat Sep 12 16:58:08 2009
New Revision: 814198

URL: http://svn.apache.org/viewvc?rev=814198&view=rev
Log:
Trivial typo correction

Modified:
tomcat/trunk/PROPOSALS.txt

Modified: tomcat/trunk/PROPOSALS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/PROPOSALS.txt?rev=814198&r1=814197&r2=814198&view=diff
==
--- tomcat/trunk/PROPOSALS.txt (original)
+++ tomcat/trunk/PROPOSALS.txt Sat Sep 12 16:58:08 2009
@@ -24,7 +24,7 @@
 
 PATCHES PROPOSED FOR INCLUSION in 6.1.x:
   [ The alpha/beta branch that will be the basis of the stable 6.2.x releases ]
-  [ No date has been set for the creatation of a 6.1.x brnach at this point ]
+  [ No date has been set for the creatation of a 6.1.x branch at this point ]
   [ New proposals should be added at the end of the list ]
 
 
@@ -84,7 +84,7 @@
   but you can move the sessions upon demand before shutting down a tomcat 
instance
   and draining sessions
   
-* Make it easier to embed tomcat, run it without config files and specia 
layout:
+* Make it easier to embed tomcat, run it without config files and special 
layout:
   - add a helper class to allow tomcat to be run without any external config 
   files.
   - add unit test as example



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r814257 - /tomcat/trunk/PROPOSALS.txt

2009-09-12 Thread idarwin
Author: idarwin
Date: Sun Sep 13 00:41:02 2009
New Revision: 814257

URL: http://svn.apache.org/viewvc?rev=814257&view=rev
Log:
Another typo, spotted by sebb

Modified:
tomcat/trunk/PROPOSALS.txt

Modified: tomcat/trunk/PROPOSALS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/PROPOSALS.txt?rev=814257&r1=814256&r2=814257&view=diff
==
--- tomcat/trunk/PROPOSALS.txt (original)
+++ tomcat/trunk/PROPOSALS.txt Sun Sep 13 00:41:02 2009
@@ -24,7 +24,7 @@
 
 PATCHES PROPOSED FOR INCLUSION in 6.1.x:
   [ The alpha/beta branch that will be the basis of the stable 6.2.x releases ]
-  [ No date has been set for the creatation of a 6.1.x branch at this point ]
+  [ No date has been set for the creation of a 6.1.x branch at this point ]
   [ New proposals should be added at the end of the list ]
 
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r832733 - /tomcat/trunk/java/org/apache/catalina/startup/Embedded.java

2009-11-04 Thread idarwin
Author: idarwin
Date: Wed Nov  4 13:13:41 2009
New Revision: 832733

URL: http://svn.apache.org/viewvc?rev=832733&view=rev
Log:
Bugfix typos from 48118

Modified:
tomcat/trunk/java/org/apache/catalina/startup/Embedded.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/Embedded.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Embedded.java?rev=832733&r1=832732&r2=832733&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/startup/Embedded.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/Embedded.java Wed Nov  4 
13:13:41 2009
@@ -227,7 +227,7 @@
 
 
 /**
- * Return true if redirction of standard streams is enabled.
+ * Return true if redirection of standard streams is enabled.
  */
 public boolean isRedirectStreams() {
 
@@ -872,7 +872,7 @@
 
 
 /** Initialize naming - this should only enable java:env and root naming.
- * If tomcat is embeded in an application that already defines those -
+ * If tomcat is embedded in an application that already defines those -
  * it shouldn't do it.
  *
  * XXX The 2 should be separated, you may want to enable java: but not



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r832734 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2009-11-04 Thread idarwin
Author: idarwin
Date: Wed Nov  4 13:26:33 2009
New Revision: 832734

URL: http://svn.apache.org/viewvc?rev=832734&view=rev
Log:
Bugfix typos from 48119

Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java?rev=832734&r1=832733&r2=832734&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Wed Nov  4 
13:26:33 2009
@@ -143,7 +143,7 @@
 
 
 /**
- * Attribute value used to turn on/off XML namespace awarenes.
+ * Attribute value used to turn on/off XML namespace awareness.
  */
 protected boolean xmlNamespaceAware = false;
 
@@ -265,7 +265,7 @@
 
 /**
  * Get the server.xml <host> attribute's xmlNamespaceAware.
- * @return true if namespace awarenes is enabled.
+ * @return true if namespace awareness is enabled.
  *
  */
 public boolean getXmlNamespaceAware(){
@@ -274,7 +274,7 @@
 
 
 /**
- * Set the namespace aware feature of the XML parser used when
+ * Set the namespace-aware feature of the XML parser used when
  * parsing xml instances.
  * @param xmlNamespaceAware true to enable namespace awareness
  */
@@ -363,7 +363,7 @@
  * Has the specified application been deployed? Note applications defined
  * in server.xml will not have been deployed.
  * @return true if the application has been deployed and
- * false if the applciation has not been deployed or does not
+ * false if the application has not been deployed or does not
  * exist
  */
 public boolean isDeployed(String name) {
@@ -1325,7 +1325,7 @@
 
 /**
  * Add a new Context to be managed by us.
- * Entry point for the admin webapp, and other JMX Context controlers.
+ * Entry point for the admin webapp, and other JMX Context controllers.
  */
 public void manageApp(Context context)  {
 
@@ -1379,7 +1379,7 @@
 
 /**
  * Remove a webapp from our control.
- * Entry point for the admin webapp, and other JMX Context controlers.
+ * Entry point for the admin webapp, and other JMX Context controllers.
  */
 public void unmanageApp(String contextPath) {
 if(isServiced(contextPath)) {



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r758814 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

2009-03-26 Thread idarwin
Author: idarwin
Date: Thu Mar 26 19:39:03 2009
New Revision: 758814

URL: http://svn.apache.org/viewvc?rev=758814&view=rev
Log:
Repair simple typo.

Modified:
tomcat/site/trunk/docs/svn.html
tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/svn.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=758814&r1=758813&r2=758814&view=diff
==
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Thu Mar 26 19:39:03 2009
@@ -540,7 +540,7 @@
 The Subversion repository has been structured using the following 
principles:
 
 
-  New major versions (after Tomcat 5.x) should use a single integraeted
+  New major versions (after Tomcat 5.x) should use a single integrated
   source repository.
   Each current module should appear directly under the 
   tomcat directory.

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=758814&r1=758813&r2=758814&view=diff
==
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Thu Mar 26 19:39:03 2009
@@ -204,7 +204,7 @@
 The Subversion repository has been structured using the following 
principles:
 
 
-  New major versions (after Tomcat 5.x) should use a single integraeted
+  New major versions (after Tomcat 5.x) should use a single integrated
   source repository.
   Each current module should appear directly under the 
   tomcat directory.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org