You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ba...@apache.org on 2013/08/07 07:50:32 UTC

svn commit: r1511182 - /tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp

Author: bayard
Date: Wed Aug  7 05:50:31 2013
New Revision: 1511182

URL: http://svn.apache.org/r1511182
Log:
Fixed spelling error

Modified:
    tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp

Modified: tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp?rev=1511182&r1=1511181&r2=1511182&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp (original)
+++ tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp Wed Aug  7 05:50:31 2013
@@ -20,13 +20,13 @@
     </tr>
     <tr>
         <td>
-            <pre>${custId} (whithout trim)</pre>
+            <pre>${custId} (without trim)</pre>
         </td>
         <td><c:url value="http://acme.com/cust"><c:param name="custId" value="${custId}"/></c:url></td>
     </tr>
     <tr>
         <td>
-            <pre>${custId} (whith trim)</pre>
+            <pre>${custId} (with trim)</pre>
         </td>
         <td><c:url value="http://acme.com/cust"><c:param name="custId" value="${fn:trim(custId)}"/></c:url></td>
     </tr>



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