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 <code>true</code> if the application has been deployed and - * <code>false</code> if the applciation has not been deployed or does not + * <code>false</code> 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