diff options
Diffstat (limited to 'srclib/apr-util/include/apr_reslist.h')
-rw-r--r-- | srclib/apr-util/include/apr_reslist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srclib/apr-util/include/apr_reslist.h b/srclib/apr-util/include/apr_reslist.h index 46481951..3628d0b5 100644 --- a/srclib/apr-util/include/apr_reslist.h +++ b/srclib/apr-util/include/apr_reslist.h @@ -78,7 +78,7 @@ typedef apr_status_t (*apr_reslist_destructor)(void *resource, void *params, * @param con Constructor routine that is called to create a new resource. * @param de Destructor routine that is called to destroy an expired resource. * @param params Passed to constructor and deconstructor - * @param pool The pool from which to create this resoure list. Also the + * @param pool The pool from which to create this resource list. Also the * same pool that is passed to the constructor and destructor * routines. * @warning If you're creating a sub-pool of the pool passed into this @@ -130,7 +130,7 @@ APU_DECLARE(apr_status_t) apr_reslist_release(apr_reslist_t *reslist, * Set the timeout the acquire will wait for a free resource * when the maximum number of resources is exceeded. * @param reslist The resource list. - * @param timeout Timeout to wait. The zero waits forewer. + * @param timeout Timeout to wait. The zero waits forever. */ APU_DECLARE(void) apr_reslist_timeout_set(apr_reslist_t *reslist, apr_interval_time_t timeout); |