]> granicus.if.org Git - apache/blobdiff - modules/ldap/util_ldap_cache_mgr.c
Fix spelling in comments and text files.
[apache] / modules / ldap / util_ldap_cache_mgr.c
index 2389b5d07a8ce35290aef0ed4e954ca451162f0f..4a0cc9767b47909d1dfd70fcfb1e503919efc367 100644 (file)
@@ -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) {
         /*