summaryrefslogtreecommitdiffstats
path: root/modules/ldap
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-08-11 21:50:02 +0200
committerRainer Jung <rjung@apache.org>2016-08-11 21:50:02 +0200
commitd79b514c4b925e4cd983297c784124efb8f6efc7 (patch)
tree5de52fcca8b9fd2d3026267781ec3a4ba55d1d7e /modules/ldap
parentgrammar++ (diff)
downloadapache2-d79b514c4b925e4cd983297c784124efb8f6efc7.tar.xz
apache2-d79b514c4b925e4cd983297c784124efb8f6efc7.zip
Fix spelling in comments and text files.
No functional change. PR 59990 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ldap')
-rw-r--r--modules/ldap/util_ldap_cache_mgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ldap/util_ldap_cache_mgr.c b/modules/ldap/util_ldap_cache_mgr.c
index 2389b5d07a..4a0cc9767b 100644
--- a/modules/ldap/util_ldap_cache_mgr.c
+++ b/modules/ldap/util_ldap_cache_mgr.c
@@ -497,7 +497,7 @@ void *util_ald_cache_insert(util_ald_cache_t *cache, void *payload)
}
}
- /* Take a copy of the payload before proceeeding. */
+ /* Take a copy of the payload before proceeding. */
tmp_payload = (*cache->copy)(cache, payload);
if (tmp_payload == NULL) {
/*