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:47:43 UTC

svn commit: r1480901 - /httpd/httpd/trunk/docs/manual/expr.xml

Author: humbedooh
Date: Fri May 10 07:47:43 2013
New Revision: 1480901

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

Modified:
    httpd/httpd/trunk/docs/manual/expr.xml

Modified: httpd/httpd/trunk/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml?rev=1480901&r1=1480900&r2=1480901&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Fri May 10 07:47:43 2013
@@ -470,7 +470,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>