Author: kkolinko Date: Mon Feb 13 13:50:43 2012 New Revision: 1243508 URL: http://svn.apache.org/viewvc?rev=1243508&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52652 Correct typos in tools.html
s/licence/license/ seems to be GB vs UK. IDE hilights "licence" as misspelled, event though m dictionary knows this word. Modified: tomcat/site/trunk/docs/tools.html tomcat/site/trunk/xdocs/tools.xml Modified: tomcat/site/trunk/docs/tools.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1243508&r1=1243507&r2=1243508&view=diff ============================================================================== --- tomcat/site/trunk/docs/tools.html (original) +++ tomcat/site/trunk/docs/tools.html Mon Feb 13 13:50:43 2012 @@ -258,7 +258,7 @@ and a committer should be able to fix it <tr> -<td><a href="http://ant.apache.com"> +<td><a href="http://ant.apache.org/"> <img src="http://ant.apache.org/images/ant_logo_medium.gif"></a></td> <td> <p>Apache Tomcat is built using Apache Ant.</p> @@ -293,7 +293,7 @@ and a committer should be able to fix it <tr> -<td><a href="http://www.eclipse.org" rel="nofollow"> +<td><a href="http://www.eclipse.org/" rel="nofollow"> <img src="images/eclipse.gif"></a></td> <td> <p>A variety of IDEs are used by the Tomcat developers. One of them is @@ -329,7 +329,7 @@ and a committer should be able to fix it <tr> -<td><a href="http://www.yourkit.com" rel="nofollow"> +<td><a href="http://www.yourkit.com/" rel="nofollow"> <img src="images/yjp.gif"></a></td> <td> <p>YourKit, LLC kindly provide free licenses for the YourKit Java Profiler @@ -344,10 +344,10 @@ and a committer should be able to fix it <tr> -<td><a href="http://msdn.microsoft.com" rel="nofollow"> +<td><a href="http://msdn.microsoft.com/" rel="nofollow"> <img src="images/msdn.png"></a></td> <td> -<p>Microsoft kindly provide free MSDN licences to Apache committers that +<p>Microsoft kindly provide free MSDN licenses to Apache committers that have a requirement for them. MSDN is primarily used to provide build and test environments for the ISAPI redirector and the Windows APR/native connector but it is also used to provide test platforms for Windows @@ -359,10 +359,10 @@ and a committer should be able to fix it <tr> -<td><a href="http://www.structure101.com" rel="nofollow"> +<td><a href="http://www.structure101.com/" rel="nofollow"> <img src="images/s101.png"></a></td> <td> -<p>Headway software kindly provide free licences for Structure 101 to open +<p>Headway software kindly provide free licenses for Structure 101 to open source projects. Structure 101 is primarily being used in Tomcat trunk to analyze the current package dependencies and identify areas where they may be simplified.</p> Modified: tomcat/site/trunk/xdocs/tools.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/tools.xml?rev=1243508&r1=1243507&r2=1243508&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/tools.xml (original) +++ tomcat/site/trunk/xdocs/tools.xml Mon Feb 13 13:50:43 2012 @@ -24,7 +24,7 @@ and a committer should be able to fix it <section name="Apache Tools"> <table> <tr> - <td><a href="http://ant.apache.com"> + <td><a href="http://ant.apache.org/"> <img src="http://ant.apache.org/images/ant_logo_medium.gif"/></a></td> <td><p>Apache Tomcat is built using Apache Ant.</p> </td> @@ -35,7 +35,7 @@ and a committer should be able to fix it <section name="Open Source Tools"> <table> <tr> - <td><a href="http://www.eclipse.org" rel="nofollow"> + <td><a href="http://www.eclipse.org/" rel="nofollow"> <img src="images/eclipse.gif"/></a></td> <td><p>A variety of IDEs are used by the Tomcat developers. One of them is the Eclipse IDE.</p> @@ -47,7 +47,7 @@ and a committer should be able to fix it <section name="Commercial Tools"> <table> <tr> - <td><a href="http://www.yourkit.com" rel="nofollow"> + <td><a href="http://www.yourkit.com/" rel="nofollow"> <img src="images/yjp.gif"/></a></td> <td><p>YourKit, LLC kindly provide free licenses for the YourKit Java Profiler to open source projects. YourKit Java Profiler is primarily used to @@ -57,9 +57,9 @@ and a committer should be able to fix it </td> </tr> <tr> - <td><a href="http://msdn.microsoft.com" rel="nofollow"> + <td><a href="http://msdn.microsoft.com/" rel="nofollow"> <img src="images/msdn.png"/></a></td> - <td><p>Microsoft kindly provide free MSDN licences to Apache committers that + <td><p>Microsoft kindly provide free MSDN licenses to Apache committers that have a requirement for them. MSDN is primarily used to provide build and test environments for the ISAPI redirector and the Windows APR/native connector but it is also used to provide test platforms for Windows @@ -67,9 +67,9 @@ and a committer should be able to fix it </td> </tr> <tr> - <td><a href="http://www.structure101.com" rel="nofollow"> + <td><a href="http://www.structure101.com/" rel="nofollow"> <img src="images/s101.png"/></a></td> - <td><p>Headway software kindly provide free licences for Structure 101 to open + <td><p>Headway software kindly provide free licenses for Structure 101 to open source projects. Structure 101 is primarily being used in Tomcat trunk to analyze the current package dependencies and identify areas where they may be simplified.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org