1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

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
This commit is contained in:
Rainer Jung
2016-08-11 19:50:02 +00:00
parent fb94cc129e
commit d79b514c4b
70 changed files with 108 additions and 108 deletions

View 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) {
/*