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:
@@ -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) {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user