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

@ -1046,9 +1046,9 @@ static void purge(char *path, apr_pool_t *pool, apr_off_t max,
return;
}
/* process remaining entries oldest to newest, the check for an emtpy
/* process remaining entries oldest to newest, the check for an empty
* ring actually isn't necessary except when the compiler does
* corrupt 64bit arithmetics which happend to me once, so better safe
* corrupt 64bit arithmetics which happened to me once, so better safe
* than sorry
*/
while (!((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes))