svn commit: r1924627 - /apr/apr/trunk/docs/APRDesign.html
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: minfrin
Date: Wed Mar 26 12:48:10 2025
New Revision: 1924627
URL: http://svn.apache.org/viewvc?rev=1924627&view=rev
Log:
Fix documented call to apr_strerror().
Modified:
apr/apr/trunk/docs/APRDesign.html
Modified: apr/apr/trunk/docs/APRDesign.html
URL: http://svn.apache.org/viewvc/apr/apr/trunk/docs/APRDesign.html?rev=1924627&r1=1924626&r2=1924627&view=diff
==============================================================================
--- apr/apr/trunk/docs/APRDesign.html (original)
+++ apr/apr/trunk/docs/APRDesign.html Wed Mar 26 12:48:10 2025
@@ -395,5 +395,5 @@ For example, using option 1:</p>
<p>Finally, there is one more operation on error codes. You can get a string
that explains in human readable form what has happened. To do this using
-APR, call ap_strerror().</p>
+APR, call apr_strerror().</p>