summaryrefslogtreecommitdiff
path: root/docs/manual/socache.html.en
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2017-01-25 15:29:02 +0000
committerLuca Toscano <elukey@apache.org>2017-01-25 15:29:02 +0000
commite532e7fa68d23a12b99c1d70930562a1877e2005 (patch)
tree962a9d127c8d4a054963b8e12fb8d7beeff8512a /docs/manual/socache.html.en
parent09a44469a2c0bb9d9242620708252cbebdc8143b (diff)
downloadhttpd-e532e7fa68d23a12b99c1d70930562a1877e2005.tar.gz
documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1780219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/socache.html.en')
-rw-r--r--docs/manual/socache.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/socache.html.en b/docs/manual/socache.html.en
index 4af505bf60..bcdb61b0bd 100644
--- a/docs/manual/socache.html.en
+++ b/docs/manual/socache.html.en
@@ -70,7 +70,7 @@
<dt>const char *create(ap_socache_instance_t **instance, const char *arg,
apr_pool_t *tmp, apr_pool_t *p);</dt>
<dd>Create a session cache based on the given configuration string.
- The instance pointer returned in the instance paramater will be
+ The instance pointer returned in the instance parameter will be
passed as the first argument to subsequent invocations.</dd>
<dt>apr_status_t init(ap_socache_instance_t *instance, const char *cname,