summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2008-08-07 05:58:04 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2008-08-07 05:58:04 +0000
commit8c52fb52638c7e60c3d039ca97f4411f5f282253 (patch)
tree619aca996625ee7cb5b493fcd58f7937e7df7157
parent0de8aa1e288f159356a3a23eec94c79bb6a342d4 (diff)
downloadlibapr-util-8c52fb52638c7e60c3d039ca97f4411f5f282253.tar.gz
Oops. Fix copy/paste typo
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@683520 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--misc/apr_reslist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/apr_reslist.c b/misc/apr_reslist.c
index 0904c283..163f7f3d 100644
--- a/misc/apr_reslist.c
+++ b/misc/apr_reslist.c
@@ -306,7 +306,7 @@ APU_DECLARE(apr_status_t) apr_reslist_create(apr_reslist_t **reslist,
if (rv != APR_SUCCESS) {
/* Destroy what we've created so far.
*/
- reslist_cleaup(rl);
+ reslist_cleanup(rl);
return rv;
}