You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/05/10 09:48:07 UTC

svn commit: r1480902 - /httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Author: humbedooh
Date: Fri May 10 07:48:06 2013
New Revision: 1480902

URL: http://svn.apache.org/r1480902
Log:
s/uppser/upper/

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml?rev=1480902&r1=1480901&r2=1480902&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml Fri May 10 07:48:06 2013
@@ -453,7 +453,7 @@ listfunction ::= listfuncname "<strong>(
     <tr><td><code>tolower</code></td>
         <td>Convert string to lower case</td><td></td></tr>
     <tr><td><code>toupper</code></td>
-        <td>Convert string to uppser case</td><td></td></tr>
+        <td>Convert string to upper case</td><td></td></tr>
     <tr><td><code>escape</code></td>
         <td>Escape special characters in %hex encoding</td><td></td></tr>
     <tr><td><code>unescape</code></td>