summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-08-11 19:50:02 +0000
committerRainer Jung <rjung@apache.org>2016-08-11 19:50:02 +0000
commitd79b514c4b925e4cd983297c784124efb8f6efc7 (patch)
tree5de52fcca8b9fd2d3026267781ec3a4ba55d1d7e /include/httpd.h
parentfb94cc129e983e8b890d28d0a579d21808f8a8c4 (diff)
downloadhttpd-d79b514c4b925e4cd983297c784124efb8f6efc7.tar.gz
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
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 931dfac53a..b4f5ea7626 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -310,7 +310,7 @@ extern "C" {
/**
* APR_HAS_LARGE_FILES introduces the problem of spliting sendfile into
- * mutiple buckets, no greater than MAX(apr_size_t), and more granular
+ * multiple buckets, no greater than MAX(apr_size_t), and more granular
* than that in case the brigade code/filters attempt to read it directly.
* ### 16mb is an invention, no idea if it is reasonable.
*/
@@ -355,7 +355,7 @@ extern "C" {
* use by modules. The difference between #AP_DECLARE and
* #AP_DECLARE_NONSTD is that the latter is required for any functions
* which use varargs or are used via indirect function call. This
- * is to accomodate the two calling conventions in windows dlls.
+ * is to accommodate the two calling conventions in windows dlls.
*/
# define AP_DECLARE_NONSTD(type) type
#endif