You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2008/08/07 07:58:05 UTC

svn commit: r683520 - /apr/apr-util/trunk/misc/apr_reslist.c

Author: mturk
Date: Wed Aug  6 22:58:04 2008
New Revision: 683520

URL: http://svn.apache.org/viewvc?rev=683520&view=rev
Log:
Oops. Fix copy/paste typo

Modified:
    apr/apr-util/trunk/misc/apr_reslist.c

Modified: apr/apr-util/trunk/misc/apr_reslist.c
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/misc/apr_reslist.c?rev=683520&r1=683519&r2=683520&view=diff
==============================================================================
--- apr/apr-util/trunk/misc/apr_reslist.c (original)
+++ apr/apr-util/trunk/misc/apr_reslist.c Wed Aug  6 22:58:04 2008
@@ -306,7 +306,7 @@
     if (rv != APR_SUCCESS) {
         /* Destroy what we've created so far.
          */
-        reslist_cleaup(rl);
+        reslist_cleanup(rl);
         return rv;
     }