Author: kkolinko
Date: Sun Jun 14 20:11:44 2009
New Revision: 784613
URL: http://svn.apache.org/viewvc?rev=784613&view=rev
Log:
trivial: fix misprints in comments and javadoc
Modified:
tomcat/build/tc5.5.x/tomcat.nsi
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Context.java
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Host.java
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/TldConfig.java
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ClusterReceiverBase.java
Modified: tomcat/build/tc5.5.x/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/tomcat.nsi?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/tomcat.nsi (original)
+++ tomcat/build/tc5.5.x/tomcat.nsi Sun Jun 14 20:11:44 2009
@@ -214,7 +214,7 @@
Pop $2
nsExec::ExecToLog '"$INSTDIR\bin\tomcat5.exe" //US//Tomcat5 --Startup auto'
- ; Bahave like Apache Httpd (put the icon in try on login)
+ ; Behave like Apache Httpd (put the icon in tray on login)
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Run"
"ApacheTomcatMonitor" '"$INSTDIR\bin\tomcat5w.exe" //MS//Tomcat5'
ClearErrors
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Context.java
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Context.java?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Context.java
(original)
+++
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Context.java
Sun Jun 14 20:11:44 2009
@@ -1045,7 +1045,7 @@
/**
- * Get the server.xml <host> attribute's xmlNamespaceAware.
+ * Get the server.xml <host> attribute's xmlNamespaceAware.
* @return true if namespace awarenes is enabled.
*/
public boolean getTldNamespaceAware();
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Host.java
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Host.java?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Host.java
(original)
+++ tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/Host.java
Sun Jun 14 20:11:44 2009
@@ -150,7 +150,7 @@
/**
- * Get the server.xml <host> attribute's xmlNamespaceAware.
+ * Get the server.xml <host> attribute's xmlNamespaceAware.
* @return true if namespace awarenes is enabled.
*
*/
@@ -158,7 +158,7 @@
/**
- * Get the server.xml <host> attribute's xmlValidation.
+ * Get the server.xml <host> attribute's xmlValidation.
* @return true if validation is enabled.
*
*/
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java
(original)
+++
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java
Sun Jun 14 20:11:44 2009
@@ -5331,7 +5331,7 @@
}
/**
- * Get the server.xml <host> attribute's xmlNamespaceAware.
+ * Get the server.xml <host> attribute's xmlNamespaceAware.
* @return true if namespace awarenes is enabled.
*/
public boolean getTldNamespaceAware(){
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java
(original)
+++
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java
Sun Jun 14 20:11:44 2009
@@ -453,7 +453,7 @@
}
/**
- * Get the server.xml <host> attribute's xmlValidation.
+ * Get the server.xml <host> attribute's xmlValidation.
* @return true if validation is enabled.
*
*/
@@ -462,7 +462,7 @@
}
/**
- * Get the server.xml <host> attribute's xmlNamespaceAware.
+ * Get the server.xml <host> attribute's xmlNamespaceAware.
* @return true if namespace awarenes is enabled.
*
*/
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java
(original)
+++
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java
Sun Jun 14 20:11:44 2009
@@ -251,7 +251,7 @@
}
/**
- * Get the server.xml <host> attribute's xmlValidation.
+ * Get the server.xml <host> attribute's xmlValidation.
* @return true if validation is enabled.
*
*/
@@ -260,7 +260,7 @@
}
/**
- * Get the server.xml <host> attribute's xmlNamespaceAware.
+ * Get the server.xml <host> attribute's xmlNamespaceAware.
* @return true if namespace awarenes is enabled.
*
*/
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/TldConfig.java
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/TldConfig.java?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/TldConfig.java
(original)
+++
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/TldConfig.java
Sun Jun 14 20:11:44 2009
@@ -195,7 +195,7 @@
}
/**
- * Get the server.xml <host> attribute's xmlValidation.
+ * Get the server.xml <host> attribute's xmlValidation.
* @return true if validation is enabled.
*
*/
@@ -204,7 +204,7 @@
}
/**
- * Get the server.xml <host> attribute's xmlNamespaceAware.
+ * Get the server.xml <host> attribute's xmlNamespaceAware.
* @return true if namespace awarenes is enabled.
*
*/
Modified:
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ClusterReceiverBase.java
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ClusterReceiverBase.java?rev=784613&r1=784612&r2=784613&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ClusterReceiverBase.java
(original)
+++
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ClusterReceiverBase.java
Sun Jun 14 20:11:44 2009
@@ -503,8 +503,8 @@
}
/**
- * Register Recevier MBean
- * <domain>:type=ClusterReceiver,host=<host>
+ * Register Receiver MBean
+ * <domain>:type=ClusterReceiver,host=<host>
*/
protected void registerReceiverMBean() {
if (cluster != null && cluster instanceof SimpleTcpCluster) {
@@ -536,7 +536,7 @@
/**
* UnRegister Recevier MBean
- * <domain>:type=ClusterReceiver,host=<host>
+ * <domain>:type=ClusterReceiver,host=<host>
*/
protected void unregisterRecevierMBean() {
if (cluster != null && getObjectName() != null
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]