[svn:mod_parrot] r602 - mod_parrot/trunk/src
[email protected] Mon, 2 Feb 2009 20:13:16 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Mon Feb 2 20:13:15 2009
New Revision: 602
Modified:
mod_parrot/trunk/src/context.c
Log:
fix typo
Modified: mod_parrot/trunk/src/context.c
==============================================================================
--- mod_parrot/trunk/src/context.c (original)
+++ mod_parrot/trunk/src/context.c Mon Feb 2 20:13:15 2009
@@ -219,7 +219,7 @@
void modparrot_set_named_ctx_pool(const char *name, apr_array_header_t *cp)
{
- air_hash_set(mp_globals.ctx_pool_hash, name, APR_HASH_KEY_STRING, cp);
+ apr_hash_set(mp_globals.ctx_pool_hash, name, APR_HASH_KEY_STRING, cp);
}
apr_array_header_t *modparrot_get_named_ctx_pool(const char *name)