1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +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

@@ -907,7 +907,7 @@ typedef struct cr_ctx
} cr_ctx;
/* Okay, this deserves a little explaination -- in order for the errors that lua
/* Okay, this deserves a little explanation -- in order for the errors that lua
* generates to be 'accuarate', including line numbers, we basically inject
* N line number new lines into the 'top' of the chunk reader.....
*